Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__iterator/
H A Distreambuf_iterator.h51 char_type __keep_; variable
55 : __keep_(__c), __sbuf_(__s) {} in __proxy()
58 _LIBCPP_INLINE_VISIBILITY char_type operator*() const {return __keep_;}