Functor comparing 2 tuples pair-wise. More...
Public Member Functions | |
| pair_wise_tuple_comparison (Op) | |
| template<typename T1 , typename T2 > | |
| bool | operator() (T1 const &t1, T2 const &t2) |
Functor comparing 2 tuples pair-wise.
| Op | operator type for comparison. |
Template specialization to stop the recursion on the tuple elements
1.8.13