MCPcopy Create free account
hub / github.com/davisking/dlib / cast_to_string_error

Class cast_to_string_error

dlib/string/string.h:224–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222// ----------------------------------------------------------------------------------------
223
224 class cast_to_string_error : public error
225 {
226 public:
227 cast_to_string_error():error(ECAST_TO_STRING) {}
228 };
229
230 template <
231 typename T

Callers 2

cast_to_stringFunction · 0.70
cast_to_wstringFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected