Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/__format/
H A Dbuffer.h283 class _LIBCPP_TEMPLATE_VIS __writer_iterator {
285 …_LIBCPP_HIDE_FROM_ABI explicit __writer_iterator(_OutIt __out_it) : __out_it_{std::move(__out_it)}… in __writer_iterator() function
352 __writer_iterator<_OutIt, _CharT>>>;