#include <test_tools.hpp>
template<typename Left , typename Right >
predicate_result boost::test_tools::tt_detail::equal_impl_frwd::call_impl |
( |
Left const & |
left, |
|
|
Right const & |
right, |
|
|
mpl::false_ |
|
|
) |
| const |
|
inline |
template<typename Left , typename Right >
predicate_result boost::test_tools::tt_detail::equal_impl_frwd::call_impl |
( |
Left const & |
left, |
|
|
Right const & |
right, |
|
|
mpl::true_ |
|
|
) |
| const |
|
inline |
template<typename Left , typename Right >
predicate_result boost::test_tools::tt_detail::equal_impl_frwd::operator() |
( |
Left const & |
left, |
|
|
Right const & |
right |
|
) |
| const |
|
inline |
The documentation for this struct was generated from the following file: