Helper class for sending a pair of field names (as enum) and field type as template parameters in Record
.
More...
#include <LayoutBuilder.h>
Public Types | |
using | Builder = BUILDER |
Public Member Functions | |
std::string | index_as_field () const |
Converts index as field string. | |
Public Attributes | |
const std::size_t | index = ENUM |
The index of a Record field. | |
Builder | builder |
The content type of field in a Record. | |
Helper class for sending a pair of field names (as enum) and field type as template parameters in Record
.
ENUM | Enumerated type which assigns index values to field names. |
BUILDER | The type of field. |
using Builder = BUILDER |
|
inline |
Converts index as field string.
const std::size_t index = ENUM |
The index of a Record field.