#include <records.hpp>
Helper struct used with bulk-initialization method Bootstrap(std::initializer_list<Initializer>).
Definition at line 466 of file records.hpp.
Public Fields | |
| TEnum | element |
| TRecord | record |
Public Methods | |
| template<typename... TArgs> | |
| Initializer (TEnum elem, TArgs &&... args) noexcept | |
|
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 482 of file records.hpp.
| TEnum element |
The enumeration element.
Definition at line 469 of file records.hpp.
| TRecord record |
The static data record.
Definition at line 472 of file records.hpp.