MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / string_cast_error

Class string_cast_error

benchmarks/dlib/string/string.h:276–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274// ----------------------------------------------------------------------------------------
275
276 class string_cast_error : public error
277 {
278 public:
279 string_cast_error(const std::string& str):
280 error(ESTRING_CAST,"string cast error: invalid string = '" + str + "'") {}
281 };
282
283 template <
284 typename T

Callers 2

castMethod · 0.70
castMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected