|
static constexpr size_t | size |
|
static constexpr size_t | align |
|
◆ align
constexpr size_t parse_result::storage_t::align |
|
staticconstexpr |
Initial value:=
(
alignof(toml::table) <
alignof(parse_error) ?
alignof(parse_error) : alignof(
toml::
table))
A TOML table.
Definition table.hpp:220
The root namespace for all toml++ functions and types.
Definition forward_declarations.hpp:199
◆ bytes
unsigned char parse_result::storage_t::bytes[size] |
◆ size
constexpr size_t parse_result::storage_t::size |
|
staticconstexpr |
Initial value:=
(
sizeof(toml::table) <
sizeof(parse_error) ?
sizeof(parse_error) : sizeof(
toml::
table))
The documentation for this struct was generated from the following file: