Function rootref
Summary
#include <src/c4/yml/tree.hpp>
(1) NodeRef rootref()
(2) NodeRef const rootref() const
Function overload
Synopsis
#include <src/c4/yml/tree.hpp>
NodeRef rootref()
Description
Get the root as a NodeRef.
Mentioned in
- Getting Started / Quick start
Source
Line 527 in src/c4/yml/tree.hpp.
Synopsis
#include <src/c4/yml/tree.hpp>
NodeRef const rootref() const
Description
Get the root as a NodeRef.
Mentioned in
- Getting Started / Quick start
Source
Line 529 in src/c4/yml/tree.hpp.