NeBuild dev
Loading...
Searching...
No Matches
parse_result::storage_t Struct Reference

Public Attributes

unsigned char bytes [size]
 

Static Public Attributes

static constexpr size_t size
 
static constexpr size_t align
 

Member Data Documentation

◆ 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: