Home
last modified time | relevance | path

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

/third_party/boost/libs/utility/test/
Doperators_test.cpp187 class Wrapped4 class
188 : boost::equality_comparable1<Wrapped4<T, U>
189 , boost::equivalent1<Wrapped4<T, U>
190 , boost::partially_ordered1<Wrapped4<T, U> > > >
191 , boost::partially_ordered2<Wrapped4<T, U>, U
192 , boost::equivalent2<Wrapped4<T, U>, U
193 , boost::equality_comparable2<Wrapped4<T, U>, U> > >
196 explicit Wrapped4( T v = T() ) : _value(v) {} in Wrapped4() function in __anon637075940111::Wrapped4
199 convertible_to_bool operator<(const Wrapped4& x) const in operator <()
211 T true_value(Wrapped4<T,U> x) { return x.value(); } in true_value()
[all …]