Searched defs:Streamable (Results 1 – 3 of 3) sorted by relevance
83 struct Streamable struct86 BOOST_CONCEPT_USAGE(Streamable) in BOOST_CONCEPT_USAGE()94 const T x;95 T v;97 std::istream is;98 std::ostream os;99 std::wistream wis;100 std::wostream wos;
132 Streamable(const UntypedFormatSpecImpl& format, in Streamable() function
147 Streamable(const UntypedFormatSpecImpl& format, in Streamable() function