NeBuild dev
Loading...
Searching...
No Matches
array.hpp File Reference
#include "std_utility.hpp"
#include "std_vector.hpp"
#include "std_initializer_list.hpp"
#include "value.hpp"
#include "make_node.hpp"
#include "header_start.hpp"
#include "header_end.hpp"

Go to the source code of this file.

Classes

class  array
 A TOML array. More...
 

Macros

#define TOML_RETURN_BOOL_FROM_FOR_EACH_BROKEN   0
 

Typedefs

using const_array_iterator = POXY_IMPLEMENTATION_DETAIL(impl::array_iterator< true >)
 A RandomAccessIterator for iterating over const elements in a toml::array.
 

Variables

 TOML_NAMESPACE_START
 
 TOML_NAMESPACE_END
 

Macro Definition Documentation

◆ TOML_RETURN_BOOL_FROM_FOR_EACH_BROKEN

#define TOML_RETURN_BOOL_FROM_FOR_EACH_BROKEN   0

Typedef Documentation

◆ const_array_iterator

using const_array_iterator = POXY_IMPLEMENTATION_DETAIL(impl::array_iterator<true>)

A RandomAccessIterator for iterating over const elements in a toml::array.

Variable Documentation

◆ TOML_NAMESPACE_END

TOML_NAMESPACE_END

◆ TOML_NAMESPACE_START

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