C++ Actor Framework 1.0.0
|
Checks whether T
has a static member function called init_host_system
.
More...
#include <type_traits.hpp>
Public Types | |
using | type = decltype(sfinae<T>(nullptr)) |
Static Public Member Functions | |
template<class U > | |
static auto | sfinae (U *) -> decltype(U::init_host_system(), std::true_type()) |
template<class U > | |
static auto | sfinae (...) -> std::false_type |
Static Public Attributes | |
static constexpr bool | value = type::value |
Checks whether T
has a static member function called init_host_system
.