Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dtest_tools.hpp555 struct equal_impl_frwd { struct
558 call_impl( Left const& left, Right const& right, mpl::false_ ) const in call_impl()
565 call_impl( Left const& left, Right const& right, mpl::true_ ) const in call_impl()
572 operator()( Left const& left, Right const& right ) const in operator ()()