This is class is used to build an black box equality engine. More...
#include <black_box_equal.hh>
Public Member Functions | |
template<typename Generator , typename... Functions, typename G = typename std::decay<Generator>::type> | |
details::compare_top< G, T, typename wrapped< Functions > ::type...> | operator() (Generator g, Functions &&...functions...) const |
This is class is used to build an black box equality engine.
T | is the type to provide equality |