C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::detail::has_init_host_system< T > Struct Template Reference

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
 

Detailed Description

template<class T>
struct caf::detail::has_init_host_system< T >

Checks whether T has a static member function called init_host_system.


The documentation for this struct was generated from the following file: