Home
last modified time | relevance | path

Searched refs:__nul_terminator (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dwrite_escaped.h62 struct __nul_terminator {}; struct
65 _LIBCPP_HIDE_FROM_ABI bool operator==(const _CharT* __cstr, __nul_terminator) {
73 std::ranges::copy(__prefix, __nul_terminator{}, __out_it); in __write_escaped_code_unit()