Searched refs:ostream_type (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/experimental/ |
| H A D | iterator | 23 typedef basic_ostream<charT, traits> ostream_type; 30 ostream_joiner(ostream_type& s, const DelimT& delimiter); 31 ostream_joiner(ostream_type& s, DelimT&& delimiter); 40 ostream_type* out_stream; // exposition only 77 typedef basic_ostream<char_type,traits_type> ostream_type; 84 ostream_joiner(ostream_type& __os, _Delim&& __d) 87 ostream_joiner(ostream_type& __os, const _Delim& __d) 106 ostream_type* __output_iter;
|
| /llvm-project-15.0.7/libcxx/include/__iterator/ |
| H A D | ostream_iterator.h | 46 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef 49 ostream_type* __out_stream_; 52 _LIBCPP_INLINE_VISIBILITY ostream_iterator(ostream_type& __s) _NOEXCEPT in ostream_iterator() 54 … _LIBCPP_INLINE_VISIBILITY ostream_iterator(ostream_type& __s, const _CharT* __delimiter) _NOEXCEPT in ostream_iterator()
|
| H A D | ostreambuf_iterator.h | 46 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef 51 _LIBCPP_INLINE_VISIBILITY ostreambuf_iterator(ostream_type& __s) _NOEXCEPT in ostreambuf_iterator()
|
| /llvm-project-15.0.7/libcxx/test/std/iterators/stream.iterators/ostream.iterator/ |
| H A D | types.pass.cpp | 54 static_assert((std::is_same<I1::ostream_type, std::ostream>::value), ""); in main() 75 static_assert((std::is_same<I2::ostream_type, std::wostream>::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/ |
| H A D | types.pass.cpp | 56 static_assert((std::is_same<I1::ostream_type, std::ostream>::value), ""); in main() 78 static_assert((std::is_same<I2::ostream_type, std::wostream>::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | iterator | 559 typedef basic_ostream<charT,traits> ostream_type; 561 ostream_iterator(ostream_type& s); 562 ostream_iterator(ostream_type& s, const charT* delimiter); 626 typedef basic_ostream<charT, traits> ostream_type; 628 ostreambuf_iterator(ostream_type& s) noexcept;
|