Searched refs:ostreamable (Results 1 – 13 of 13) sorted by relevance
/third_party/boost/libs/type_erasure/test/ |
D | test_stream.cpp | 27 typedef ostreamable<_a, int> test_concept; in BOOST_AUTO_TEST_CASE() 36 typedef ostreamable<_a, int> test_concept; in BOOST_AUTO_TEST_CASE() 45 typedef boost::mpl::vector<ostreamable<>, copy_constructible<> > test_concept; in BOOST_AUTO_TEST_CASE() 54 typedef boost::mpl::vector<ostreamable<std::wostream>, copy_constructible<> > test_concept; in BOOST_AUTO_TEST_CASE() 63 typedef boost::mpl::vector<ostreamable<_a>, copy_constructible<> > test_concept; in BOOST_AUTO_TEST_CASE() 73 typedef boost::mpl::vector<ostreamable<_a>, copy_constructible<> > test_concept; in BOOST_AUTO_TEST_CASE() 84 ostreamable<_a>, in BOOST_AUTO_TEST_CASE() 85 ostreamable<_a, int>, in BOOST_AUTO_TEST_CASE() 86 ostreamable<_b>, in BOOST_AUTO_TEST_CASE() 87 ostreamable<_b, int>, in BOOST_AUTO_TEST_CASE() [all …]
|
/third_party/boost/boost/type_erasure/ |
D | operators.hpp | 459 struct ostreamable struct 467 struct concept_interface<ostreamable<Os, T>, Base, Os> : Base 473 ::boost::type_erasure::call(ostreamable<Os, T>(), lhs, rhs); in operator <<() 480 ostreamable<Os, T>, 490 ::boost::type_erasure::call(ostreamable<Os, T>(), lhs, rhs); in operator <<()
|
/third_party/boost/libs/type_erasure/example/ |
D | convert.cpp | 30 ostreamable<> in convert1()
|
D | print_sequence.cpp | 104 ostreamable<_os, _t>, 105 ostreamable<_os, const char*>,
|
D | multi.cpp | 33 ostreamable<> in multi1()
|
D | basic.cpp | 61 ostreamable<> in basic2()
|
D | associated.cpp | 133 ostreamable<std::ostream, _a> in associated4()
|
D | printf.cpp | 43 ostreamable<>
|
/third_party/boost/libs/poly_collection/example/ |
D | basic_any.cpp | 39 using renderable=boost::type_erasure::ostreamable<>; in main()
|
D | segmented_structure.cpp | 80 using renderable=boost::type_erasure::ostreamable<>; in main()
|
D | algorithms.cpp | 101 using renderable=boost::type_erasure::ostreamable<>; in main()
|
/third_party/boost/libs/type_erasure/doc/ |
D | type_erasure.qbk | 61 [def __ostreamable [classref boost::type_erasure::ostreamable ostreamable]]
|
/third_party/boost/doc/html/ |
D | doc_HTML.manifest | 2866 boost/type_erasure/ostreamable.html
|