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

Function type_error

example/cacheHierarchy/fkYAML/node.hpp:1759–1761  ·  view source on GitHub ↗

@brief Construct a new type_error object with an error message and a node type. @param[in] msg An error message. @param[in] type The type of a source node value.

Source from the content-addressed store, hash-verified

1757 /// @param[in] msg An error message.
1758 /// @param[in] type The type of a source node value.
1759 explicit type_error(const char* msg, node_type type) noexcept
1760 : exception(generate_error_message(msg, type).c_str()) {
1761 }
1762
1763 /// @brief Construct a new type_error object with an error message and a node type.
1764 /// @deprecated Use type_error(const char*, node_type) constructor. (since 0.3.12).

Callers 8

from_nodeFunction · 0.85
node.hppFile · 0.85
FK_YAML_UNLIKELYFunction · 0.85
emptyFunction · 0.85
sizeFunction · 0.85
beginFunction · 0.85
endFunction · 0.85
map_itemsFunction · 0.85

Calls 1

convert_to_node_typeFunction · 0.85

Tested by

no test coverage detected