MCPcopy Create free account
hub / github.com/Icinga/icinga2 / append

Function append

third-party/utf8cpp/source/utf8/unchecked.h:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 {
37 template <typename octet_iterator>
38 octet_iterator append(uint32_t cp, octet_iterator result)
39 {
40 return internal::append(cp, result);
41 }
42
43 template <typename octet_iterator, typename output_iterator>
44 output_iterator replace_invalid(octet_iterator start, octet_iterator end, output_iterator out, uint32_t replacement)

Callers 3

replace_invalidFunction · 0.70
utf16to8Function · 0.70
utf32to8Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected