| 
    siplasplas
    
   A library for C++ reflection and introspection 
   | 
 
Returns static reflection information of a given pointer to member object. More...
#include <siplasplas/reflection/static/field.hpp>
Inherits cpp::static_reflection::codegen::Field< FieldType, field >.
Returns static reflection information of a given pointer to member object.
| FieldType | Type of the pointer to member object, i.e. T Class::*  | 
| field | Pointer to member object | 
See cpp::static_reflection::meta::Field for specific informatio about the returned information