#include <FutureWatchersDetails.h>
|
template<class Func > |
static bool | value (...) |
|
template<class Func , typename = void_t< decltype(std::declval<Func>()(std::declval<Arg>()...))>> |
static constexpr bool | value (char) |
|
template<class Func , typename = void_t<decltype(std::declval<Func>()( std::declval<Obj &>(), std::declval<Arg>()...))>> |
static constexpr bool | value (int) |
|
◆ value() [1/3]
template<class Obj , class... Arg>
template<class Func >
◆ value() [2/3]
template<class Obj , class... Arg>
template<class Func , typename = void_t< decltype(std::declval<Func>()(std::declval<Arg>()...))>>
◆ value() [3/3]
template<class Obj , class... Arg>
template<class Func , typename = void_t<decltype(std::declval<Func>()( std::declval<Obj &>(), std::declval<Arg>()...))>>
The documentation for this struct was generated from the following file: