rttr::visitor::constructor_function_info< T > Struct Template Reference
The constructor_function_info class is used to forward all information during registration of a constructor function. More...
#include <visitor.h>
Public Types | |
using | declaring_type = T |
The type T where this constructor is declared to. | |
using | policy = Policy |
The used policy during registration. | |
Public Attributes | |
const constructor | ctor_item |
The constructor object. | |
Acc | function_ptr |
The function pointer to create object T. | |
Detailed Description
The constructor_function_info class is used to forward all information during registration of a constructor function.
The information will be forwarded when the methods: visit_constructor_function() are implemented.
Member Typedef Documentation
◆ declaring_type
The type T
where this constructor is declared to.
◆ policy
The used policy during registration.
Member Data Documentation
◆ ctor_item
const constructor rttr::visitor::constructor_function_info< T >::ctor_item |
The constructor object.
◆ function_ptr
Acc rttr::visitor::constructor_function_info< T >::function_ptr |
The function pointer to create object T.
The documentation for this struct was generated from the following file:
Generated on Fri Jan 26 2024 00:00:00 for rttr - 0.9.7 by doxygen.