Clementine
Public Member Functions | List of all members
asio_execution_execute_fn::impl Struct Reference

Public Member Functions

template<typename T , typename F >
ASIO_CONSTEXPR enable_if< call_traits< T, void(F)>::overload==call_member, typename call_traits< T, void(F)>::result_type >::type operator() (ASIO_MOVE_ARG(T) t, ASIO_MOVE_ARG(F) f) const ASIO_NOEXCEPT_IF((call_traits< T
 
ASIO_CONSTEXPR enable_if< call_traits< T, void(F)>::overload==call_member, typename call_traits< T, void(F)>::result_type >::type void (F)>
 
template<typename T , typename F >
ASIO_CONSTEXPR enable_if< call_traits< T, void(F)>::overload==call_free, typename call_traits< T, void(F)>::result_type >::type operator() (ASIO_MOVE_ARG(T) t, ASIO_MOVE_ARG(F) f) const ASIO_NOEXCEPT_IF((call_traits< T
 
ASIO_CONSTEXPR enable_if< call_traits< T, void(F)>::overload==call_free, typename call_traits< T, void(F)>::result_type >::type void (F)>
 
template<typename T , typename F >
ASIO_CONSTEXPR enable_if< call_traits< T, void(F)>::overload==adapter, typename call_traits< T, void(F)>::result_type >::type operator() (ASIO_MOVE_ARG(T) t, ASIO_MOVE_ARG(F) f) const ASIO_NOEXCEPT_IF((call_traits< T
 
ASIO_CONSTEXPR enable_if< call_traits< T, void(F)>::overload==adapter, typename call_traits< T, void(F)>::result_type >::type void (F)>
 

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