siplasplas
A library for C++ reflection and introspection
cpp::static_reflection::Field< FieldType, field > Class Template Reference

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 >.

Detailed Description

template<typename FieldType, FieldType field>
class cpp::static_reflection::Field< FieldType, field >

Returns static reflection information of a given pointer to member object.

Template Parameters
FieldTypeType of the pointer to member object, i.e. T Class::*
fieldPointer to member object

See cpp::static_reflection::meta::Field for specific informatio about the returned information


The documentation for this class was generated from the following file: