swift
|
Literal aggregate type representing attributes of the members of a value class. More...
Public Attributes | |
const private_ns::tuple< Members... > | m_members |
Tuple of CMetaMember. | |
Static Public Attributes | |
static constexpr size_t | c_size = sizeof...(Members) |
Number of members. | |
Literal aggregate type representing attributes of the members of a value class.
Definition at line 187 of file metaclass.h.