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 1697 of file node.hpp.
1700{
1701}
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 1710 of file node.hpp.
1711{
1714 return *this;
1715}
◆ operator=() [2/2]
Definition at line 1717 of file node.hpp.
1718{
1721 return *this;
1722}