Searched defs:bistreamable_hard2 (Results 1 – 1 of 1) sorted by relevance
| /external/sdv/vsomeip/third_party/boost/lexical_cast/test/ |
| D | stream_detection_test.cpp | 159 struct bistreamable_hard2 { enum ENU {value = 11}; }; argument 161 …<char, TraitsT>& operator << (std::basic_ostream<char, TraitsT>& ostr, const bistreamable_hard2&) { in operator <<() 165 …<char, TraitsT>& operator >> (std::basic_istream<char, TraitsT>& istr, const bistreamable_hard2&) { in operator >>() 171 …_t, TraitsT>& operator << (std::basic_ostream<wchar_t, TraitsT>& ostr, const bistreamable_hard2&) { in operator <<() 175 …_t, TraitsT>& operator >> (std::basic_istream<wchar_t, TraitsT>& istr, const bistreamable_hard2&) { in operator >>()
|