cppyabm  1.0.17
An agent-based library to integrate C++ and Python
process_attribute< T, SFINAE > Struct Template Reference

Detailed Description

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: