template<typename T, typename SFINAE = void>
struct process_attribute< T, SFINAE >
Partial template specializations to process custom attributes provided to cpp_function_ and class_. These are either used to initialize the respective fields in the type_record and function_record data structures or executed at runtime to deal with custom call policies (e.g. keep_alive).
Definition at line 323 of file attr.h.
The documentation for this struct was generated from the following file:
- /Users/matin/Downloads/testProjs/CppyABM/examples/Cppy/build/_deps/pybind11-src/include/pybind11/attr.h