swift
Public Attributes | Static Public Attributes | List of all members
swift::misc::CMetaMemberList< Members > Struct Template Reference

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.
 

Detailed Description

template<typename... Members>
struct swift::misc::CMetaMemberList< Members >

Literal aggregate type representing attributes of the members of a value class.

Definition at line 187 of file metaclass.h.


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