High-level node classes.
More...
High-level node classes.
- See also
- sample::sample_quick_overview
-
sample::sample_iterate_trees
-
sample::sample_create_trees
-
sample::sample_tree_arena
◆ ConstNodeRef() [1/2]
| c4::yml::ConstNodeRef::ConstNodeRef |
( |
NodeRef const & | that | ) |
|
|
inlinenoexcept |
Definition at line 1552 of file node.hpp.
1555{
1556}
RYML_ID_TYPE id_type
The type of a node id in the YAML tree; to override the default type, define the macro RYML_ID_TYPE t...
◆ ConstNodeRef() [2/2]
| c4::yml::ConstNodeRef::ConstNodeRef |
( |
NodeRef && | that | ) |
|
|
inlinenoexcept |
◆ operator=() [1/2]
Definition at line 1565 of file node.hpp.
1566{
1569 return *this;
1570}
◆ operator=() [2/2]
Definition at line 1572 of file node.hpp.
1573{
1576 return *this;
1577}