MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / to_node

Function to_node

example/cacheHierarchy/fkYAML/node.hpp:12253–12255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12251 std::is_same<typename BasicNodeType::sequence_type, remove_cvref_t<T>>>::value,
12252 int> = 0>
12253inline void to_node(BasicNodeType& n, T&& s) noexcept {
12254 external_node_constructor<BasicNodeType>::sequence(n, std::forward<T>(s));
12255}
12256
12257/// @brief to_node function for compatible sequence types.
12258/// @note This overload is enabled when

Callers 4

node.hppFile · 0.85
operator()Method · 0.85
to_nodeMethod · 0.85
basic_nodeFunction · 0.85

Calls 11

sequenceFunction · 0.85
beginFunction · 0.85
endFunction · 0.85
to_node_tuple_implFunction · 0.85
mappingFunction · 0.85
null_scalarFunction · 0.85
boolean_scalarFunction · 0.85
integer_scalarFunction · 0.85
float_scalarFunction · 0.85
string_scalarFunction · 0.85
emplaceMethod · 0.45

Tested by

no test coverage detected