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 1547 of file node.hpp.
1550{
1551}
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 1560 of file node.hpp.
1561{
1564 return *this;
1565}
◆ operator=() [2/2]
Definition at line 1567 of file node.hpp.
1568{
1571 return *this;
1572}