Helper-struct used with bulk-initialization method Bootstrap(std::initializer_list<Initializer>).
Definition at line 435 of file records.hpp.
#include <records.hpp>
Public Field Index: | |
TEnum | element |
The enumeration element. | |
TRecord | record |
The static data record. | |
Public Method Index: | |
template<typename... TArgs> | |
Initializer (TEnum elem, TArgs &&... args) noexcept | |
TEnum element |
The enumeration element.
Definition at line 438 of file records.hpp.
TRecord record |
The static data record.
Definition at line 441 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 449 of file records.hpp.