Searched refs:Wrapped3 (Results 1 – 1 of 1) sorted by relevance
168 class Wrapped3 class169 : 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::Wrapped3177 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;