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

Function deserialize

example/cacheHierarchy/fkYAML/node.hpp:13100–13103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13098 /// @sa https://fktn-k.github.io/fkYAML/api/basic_node/deserialize/
13099 template <typename ItrType>
13100 static basic_node deserialize(ItrType begin, ItrType end) {
13101 return deserializer_type().deserialize(
13102 detail::input_adapter(std::forward<ItrType>(begin), std::forward<ItrType>(end)));
13103 }
13104
13105 /// @brief Deserialize all YAML documents in the input into basic_node objects.
13106 /// @tparam InputType Type of a compatible input.

Callers 2

load_configMethod · 0.85
operator"" _yamlFunction · 0.85

Calls 1

input_adapterFunction · 0.85

Tested by

no test coverage detected