Home
last modified time | relevance | path

Searched defs:make_instance_impl (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/python/object/
Dmake_instance.hpp20 struct make_instance_impl struct
22 typedef objects::instance<Holder> instance_t;
25 static inline PyObject* execute(Arg& x) in execute()