MCPcopy Create free account
hub / github.com/boostorg/parser / write_cp_utf8

Function write_cp_utf8

include/boost/parser/detail/text/transcode_iterator.hpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74
75 template<typename OutIter>
76 constexpr OutIter write_cp_utf8(char32_t cp, OutIter out)
77 {
78 return detail::read_into_buf(cp, out);
79 }
80
81 template<typename OutIter>
82 constexpr OutIter write_cp_utf16(char32_t cp, OutIter out)

Calls 1

read_into_bufFunction · 0.85

Tested by

no test coverage detected