1 #ifndef _C4_YML_STD_MAP_HPP_
2 #define _C4_YML_STD_MAP_HPP_
16 template<
class K,
class V,
class Less,
class Alloc>
20 for(
auto const& C4_RESTRICT p : m)
31 template<
class K,
class V,
class Less,
class Alloc>
34 for(
auto const& C4_RESTRICT ch : n)
Holds a pointer to an existing tree, and a node id.
A reference to a node in an existing yaml tree, offering a more convenient API than the index-based A...
@ MAP
a map: a parent of KEYVAL/KEYSEQ/KEYMAP nodes
void write(NodeRef *n, T const &v)
bool read(ConstNodeRef const &n, T *v)