MCPcopy Create free account
hub / github.com/apache/trafficserver / BAD_SUBSCRIPT_WITH_KEY

Function BAD_SUBSCRIPT_WITH_KEY

lib/yamlcpp/include/yaml-cpp/exceptions.h:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116
117template <typename T>
118inline const std::string BAD_SUBSCRIPT_WITH_KEY(
119 const T&, typename disable_if<is_numeric<T>>::type* = nullptr) {
120 return BAD_SUBSCRIPT;
121}
122
123inline const std::string BAD_SUBSCRIPT_WITH_KEY(const std::string& key) {
124 std::stringstream stream;

Callers

nothing calls this directly

Calls 1

strMethod · 0.45

Tested by

no test coverage detected