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

Method from_node

example/cacheHierarchy/fkYAML/node.hpp:12480–12484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12478 /// @sa https://fktn-k.github.io/fkYAML/api/node_value_converter/from_node/
12479 template <typename BasicNodeType, typename TargetType = ValueType>
12480 static auto from_node(BasicNodeType&& n, TargetType& val) noexcept(
12481 noexcept(::fkyaml::from_node(std::forward<BasicNodeType>(n), val)))
12482 -> decltype(::fkyaml::from_node(std::forward<BasicNodeType>(n), val), void()) {
12483 ::fkyaml::from_node(std::forward<BasicNodeType>(n), val);
12484 }
12485
12486 /// @brief Convert compatible native data into a YAML node.
12487 /// @tparam BasicNodeType A basic_node template instance type.

Callers

nothing calls this directly

Calls 2

noexceptFunction · 0.85
from_nodeFunction · 0.85

Tested by

no test coverage detected