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

Function get_value_inplace

example/cacheHierarchy/fkYAML/node.hpp:13985–13988  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13983 /// @sa https://fktn-k.github.io/fkYAML/api/basic_node/get_value_inplace/
13984 template <typename T>
13985 void get_value_inplace(T& value_ref) const
13986 noexcept(noexcept(std::declval<const basic_node&>().template get_value_impl<T>(std::declval<T&>()))) {
13987 resolve_reference().get_value_impl(value_ref);
13988 }
13989
13990 /// @brief Get the node value object converted to a given type. If the conversion fails, this function returns a
13991 /// given default value instead.

Callers

nothing calls this directly

Calls 1

noexceptFunction · 0.85

Tested by

no test coverage detected