Home
last modified time | relevance | path

Searched refs:Wrapped3 (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/utility/test/
Doperators_test.cpp168 class Wrapped3 class
169 : boost::equivalent<Wrapped3<T> >
170 , boost::partially_ordered<Wrapped3<T> >
171 , boost::equality_comparable<Wrapped3<T> >
174 explicit Wrapped3( T v = T() ) : _value(v) {} in Wrapped3() function in __anon637075940111::Wrapped3
177 convertible_to_bool operator<(const Wrapped3& x) const in operator <()
184 T true_value(Wrapped3<T> x) { return x.value(); } in true_value()
300 typedef Wrapped3<signed char> MyChar;