Helper struct used with bulk-initialization method Bootstrap(std::initializer_list<Initializer>).
Definition at line 448 of file records.hpp.
#include <records.hpp>
Public Field Index: | |
TEnum | element |
TRecord | record |
Public Method Index: | |
template<typename... TArgs> | |
Initializer (TEnum elem, TArgs &&... args) noexcept | |
TEnum element |
The enumeration element.
Definition at line 451 of file records.hpp.
TRecord record |
The static data record.
Definition at line 454 of file records.hpp.
|
inlinenoexcept |
Constructor taking variadic template arguments to construct the record.
TArgs | Types of the variadic arguments args . |
elem | The enum element. |
args | Variadic arguments forwarded to constructor of field record. |
Definition at line 464 of file records.hpp.