24 #ifndef PXR_BASE_TF_PY_SIGNATURE_EXT_H
25 #define PXR_BASE_TF_PY_SIGNATURE_EXT_H
27 #include <hboost/mpl/vector.hpp>
47 namespace hboost {
namespace python {
namespace detail {
49 template <
class Ret,
class TheCls,
class ... Args>
51 return hboost::mpl::vector<Ret, TheCls &, Args...>();
53 template <
class Ret,
class TheCls,
class ... Args>
55 return hboost::mpl::vector<Ret, TheCls &, Args...>();
60 #include <hboost/python/signature.hpp>
62 #endif // PXR_BASE_TF_PY_SIGNATURE_EXT_H
auto get_signature(Ret(TheCls::*)(Args...)&, void *=nullptr)