NeBuild dev
Loading...
Searching...
No Matches
table.hpp File Reference
#include "forward_declarations.hpp"
#include "std_map.hpp"
#include "std_initializer_list.hpp"
#include "array.hpp"
#include "make_node.hpp"
#include "node_view.hpp"
#include "key.hpp"
#include "header_start.hpp"
#include "header_end.hpp"

Go to the source code of this file.

Classes

class  table
 A TOML table. More...
 

Typedefs

using const_table_iterator = POXY_IMPLEMENTATION_DETAIL(impl::table_iterator< true >)
 A BidirectionalIterator for iterating over const key-value pairs in a toml::table.
 

Variables

 TOML_NAMESPACE_START
 
 TOML_NAMESPACE_END
 

Typedef Documentation

◆ const_table_iterator

using const_table_iterator = POXY_IMPLEMENTATION_DETAIL(impl::table_iterator<true>)

A BidirectionalIterator for iterating over const key-value pairs in a toml::table.

Variable Documentation

◆ TOML_NAMESPACE_END

TOML_NAMESPACE_END

◆ TOML_NAMESPACE_START

TOML_NAMESPACE_START
Initial value:
{
using table_iterator = POXY_IMPLEMENTATION_DETAIL(impl::table_iterator<false>)
#define POXY_IMPLEMENTATION_DETAIL(...)
Definition preprocessor.hpp:633