MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / make_node

Function make_node

src/toml.hpp:5744–5748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5742
5743 template <typename T>
5744 TOML_NODISCARD
5745 node_ptr make_node(T && val, value_flags flags = preserve_source_value_flags)
5746 {
5747 return node_ptr{ make_node_impl(static_cast<T&&>(val), flags) };
5748 }
5749
5750 template <typename... T>
5751 struct emplaced_type_of_

Callers 6

array_init_elemClass · 0.85
insertFunction · 0.85
replaceFunction · 0.85
table_init_pairClass · 0.85
insert_or_assignFunction · 0.85

Calls 1

make_node_implFunction · 0.85

Tested by

no test coverage detected