MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / invalid_code_point

Method invalid_code_point

external/utf8/checked.h:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 utfchar32_t cp;
43 public:
44 invalid_code_point(utfchar32_t codepoint) : cp(codepoint) {}
45 virtual const char* what() const UTF_CPP_NOEXCEPT UTF_CPP_OVERRIDE { return "Invalid code point"; }
46 utfchar32_t code_point() const {return cp;}
47 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected