node¶
Defined in header: <orcus/json_document_tree.hpp>
-
class node¶
Node to store an initial value during document tree initialization. It’s not meant to be instantiated explicitly. A value passed from the braced initialization list is implicitly converted to an instance of this class.
Public Functions
-
node(double v)¶
-
node(int v)¶
-
node(bool b)¶
-
node(std::nullptr_t)¶
-
node(const char *p)¶
-
node(const std::string &s)¶
-
~node()¶
Friends
- friend class ::orcus::json::document_tree
- friend class ::orcus::json::node
-
node(double v)¶