refl-cpp
refl::member Namespace Reference

Contains tag types denoting the different types of reflectable members. More...

Classes

struct  field
 An empty type which is equivalent to refl::member_descriptor_base::member_type when the reflected member is a field. More...
 
struct  function
 An empty type which is equivalent to refl::member_descriptor_base::member_type when the reflected member is a function. More...
 

Detailed Description

Contains tag types denoting the different types of reflectable members.

This namespace contains a number of empty types that correspond to the different member types that refl-cpp supports reflection over.