Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/lexical_cast/test/
Dstream_detection_test.cpp120 struct bistreamable_easy { enum ENU {value = 8}; }; struct
121 std::ostream& operator << (std::ostream& ostr, const bistreamable_easy&) { in operator <<()
124 std::istream& operator >> (std::istream& istr, const bistreamable_easy&) { in operator >>()
129 std::wostream& operator << (std::wostream& ostr, const bistreamable_easy&) { in operator <<()
132 std::wistream& operator >> (std::wistream& istr, const bistreamable_easy&) { in operator >>()