18 parse_path_callback<std::string_view>,
19 parse_path_callback<size_t>);
75#if TOML_ENABLE_WINDOWS_COMPAT
TOML_NAMESPACE_START
Definition at_path.hpp:25
TOML_NODISCARD TOML_EXPORTED_FREE_FUNCTION node_view< const node > TOML_CALLCONV at_path(const node &root, std::string_view path) noexcept
Returns a const view of the node matching a fully-qualified "TOML path".
TOML_NAMESPACE_END
Definition at_path.hpp:97
A TOML path.
Definition path.hpp:239
#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_NODISCARD
Definition preprocessor.hpp:439
#define TOML_IMPL_NAMESPACE_END
Definition preprocessor.hpp:1334
#define TOML_IMPL_NAMESPACE_START
Definition preprocessor.hpp:1333