List of all members.
Static Public Member Functions |
template<typename Generator , typename... OtherArgs> |
static bool | doit (Generator &g, const selector< const T & > &, const std::function< Ret(Args...)> &f, const T &a, const T &b, const std::tuple< OtherArgs, OtherArgs > &...args...) |
template<typename Generator , typename U , typename... OtherArgs> |
static bool | doit (Generator &g, const selector< U > &, const std::function< Ret(Args...)> &f, const T &a, const T &b, const std::tuple< OtherArgs, OtherArgs > &...args...) |
template<typename Generator , typename... OtherArgs> |
static bool | doit (Generator &g, const std::function< Ret(Args...)> &f, const T &a, const T &b, const std::tuple< OtherArgs, OtherArgs > &...args...) |
template<typename Generator > |
static bool | doit (Generator &, const std::function< Ret(Args...)> &f, const T &, const T &, const std::tuple< Args, Args > &...args...) |
template<typename T, typename Ret, typename... Args>
struct catsfoot::details::try_all_compare< T, std::function< Ret(Args...)> >
Member Function Documentation
template<typename T , typename Ret , typename... Args>
template<typename Generator >
static bool catsfoot::details::try_all_compare< T, std::function< Ret(Args...)> >::doit |
( |
Generator & |
, |
|
|
const std::function< Ret(Args...)> & |
f, |
|
|
const T & |
, |
|
|
const T & |
, |
|
|
const std::tuple< Args, Args > &... |
args... |
|
) |
| [inline, static] |
- Todo:
- If == does not exist?
The documentation for this struct was generated from the following file: