Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/__iterator/
H A Distreambuf_iterator.h53 char_type __keep_; variable
56 : __keep_(__c), __sbuf_(__s) {} in __proxy()
59 _LIBCPP_INLINE_VISIBILITY char_type operator*() const {return __keep_;}