Home
last modified time | relevance | path

Searched defs:bistreamable_medium (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/lexical_cast/test/
Dlexical_cast_stream_detection_test.cpp137 struct bistreamable_medium { enum ENU {value = 9}; }; struct
139 std::basic_ostream<CharT>& operator << (std::basic_ostream<CharT>& ostr, const bistreamable_medium& in operator <<()
143 std::basic_istream<CharT>& operator >> (std::basic_istream<CharT>& istr, const bistreamable_medium& in operator >>()