Home
last modified time | relevance | path

Searched defs:istreambuf_iterator (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Distreambuf_iterator.h69 _LIBCPP_HIDE_FROM_ABI constexpr istreambuf_iterator(default_sentinel_t) noexcept : istreambuf_iterator() {} in istreambuf_iterator() function
71 _LIBCPP_HIDE_FROM_ABI istreambuf_iterator(istream_type& __s) _NOEXCEPT : __sbuf_(__s.rdbuf()) {} in istreambuf_iterator() function
76 _LIBCPP_HIDE_FROM_ABI istreambuf_iterator& operator++() { in istreambuf_iterator() function
56 friend class istreambuf_iterator; global() variable
74 _LIBCPP_INLINE_VISIBILITY istreambuf_iterator(istream_type& __s) _NOEXCEPT istreambuf_iterator() function
78 _LIBCPP_INLINE_VISIBILITY istreambuf_iterator(const __proxy& __p) _NOEXCEPT istreambuf_iterator() function
[all...]