Searched defs:istreambuf_iterator (Results 1 – 1 of 1) sorted by relevance
56 friend class istreambuf_iterator; variable69 … _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR istreambuf_iterator() _NOEXCEPT : __sbuf_(nullptr) {} in istreambuf_iterator() function71 _LIBCPP_INLINE_VISIBILITY constexpr istreambuf_iterator(default_sentinel_t) noexcept in istreambuf_iterator() function74 _LIBCPP_INLINE_VISIBILITY istreambuf_iterator(istream_type& __s) _NOEXCEPT in istreambuf_iterator() function76 _LIBCPP_INLINE_VISIBILITY istreambuf_iterator(streambuf_type* __s) _NOEXCEPT in istreambuf_iterator() function78 _LIBCPP_INLINE_VISIBILITY istreambuf_iterator(const __proxy& __p) _NOEXCEPT in istreambuf_iterator() function