ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
Public Types | List of all members
boost::callable_traits::is_invocable_r< Ret, T, Args > Struct Template Reference

#include <is_invocable.hpp>

Inherits detail::is_invocable_r_impl::type.

Public Types

using type = typename detail::is_invocable_r_impl< typename detail::is_invocable_impl< T, Args... >::type, Ret, T, Args... >::type
 

Detailed Description

template<typename Ret, typename T, typename... Args>
struct boost::callable_traits::is_invocable_r< Ret, T, Args >

Definition at line 39 of file is_invocable.hpp.

Member Typedef Documentation

◆ type

template<typename Ret , typename T , typename... Args>
using boost::callable_traits::is_invocable_r< Ret, T, Args >::type = typename detail::is_invocable_r_impl< typename detail::is_invocable_impl<T, Args...>::type, Ret, T, Args...>::type

Definition at line 43 of file is_invocable.hpp.


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