88#if TOML_ENABLE_FORMATTERS
119 template <
typename T,
typename U>
A TOML array.
Definition array.hpp:285
A TOML table.
Definition table.hpp:220
enum TOML_OPEN_FLAGS_ENUM value_flags
Metadata associated with TOML values.
Definition forward_declarations.hpp:272
#define TOML_CALLCONV
Calling convention to apply to exported free/static functions. \detail Not defined by default (let th...
Definition preprocessor.hpp:1134
#define TOML_EXPORTED_FREE_FUNCTION
An 'export' annotation to add to free functions. \detail Not defined by default.
Definition preprocessor.hpp:988
#define TOML_ATTR(...)
Definition preprocessor.hpp:316
TOML_EXPORTED_FREE_FUNCTION void TOML_CALLCONV print_to_stream(std::ostream &, std::string_view)
TOML_IMPL_NAMESPACE_END
Definition print_to_stream.hpp:127
TOML_IMPL_NAMESPACE_START
Definition print_to_stream.hpp:12
void print_to_stream_bookended(std::ostream &stream, const T &val, const U &bookend)
Definition print_to_stream.hpp:120
A source document line-and-column pair.
Definition source_region.hpp:43
A source document region.
Definition source_region.hpp:167