Home
last modified time | relevance | path

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

/third_party/boost/boost/python/
Ddefault_call_policies.hpp32 struct default_call_policies struct
37 static bool precall(ArgumentPackage const&) in precall()
44 static PyObject* postcall(ArgumentPackage const&, PyObject* result) in postcall()
49 typedef default_result_converter result_converter;
50 typedef PyObject* argument_package;
53 struct extract_return_type : mpl::front<Sig>
/third_party/boost/libs/parameter/test/literate/
Ddeduced-parameters0.cpp10 struct default_call_policies struct