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

Class invalid_utf8_error

benchmarks/dlib/unicode/unicode.h:490–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488// ----------------------------------------------------------------------------------------
489
490 class invalid_utf8_error : public error
491 {
492 public:
493 invalid_utf8_error():error(EUTF8_TO_UTF32) {}
494 };
495
496 inline const ustring convert_utf8_to_utf32 (
497 const std::string& str

Callers 1

convert_utf8_to_utf32Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected