Home
last modified time | relevance | path

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

/third_party/boost/boost/test/tools/old/
Dimpl.hpp125 struct equal_impl_frwd { struct
128 call_impl( Left const& left, Right const& right, mpl::false_ ) const in call_impl()
135 call_impl( Left const& left, Right const& right, mpl::true_ ) const in call_impl()
142 operator()( Left const& left, Right const& right ) const in operator ()()