Searched defs:ostreambuf_iterator (Results 1 – 1 of 1) sorted by relevance
/llvm-project/libcxx/include/__iterator/ | ||
H A D | ostreambuf_iterator.h | 53 _LIBCPP_HIDE_FROM_ABI ostreambuf_iterator(ostream_type& __s) _NOEXCEPT : __sbuf_(__s.rdbuf()) {} ostreambuf_iterator() function |