ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
apply_return.hpp File Reference
#include <boost/callable_traits/detail/core.hpp>
Include dependency graph for apply_return.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  boost::callable_traits::detail::apply_return_helper< T, R >
 
struct  boost::callable_traits::detail::apply_return_helper< std::tuple< Args... >, R >
 
struct  boost::callable_traits::detail::apply_return_impl< T, R, typename >
 
struct  boost::callable_traits::detail::apply_return_impl< T, R, typename std::is_same< apply_return_t< T, R >, detail::dummy >::type >
 
struct  boost::callable_traits::apply_return< T, R >
 

Namespaces

namespace  boost
 
namespace  boost::callable_traits
 
namespace  boost::callable_traits::detail
 

Typedefs

template<typename T , typename R >
using boost::callable_traits::apply_return_t = detail::try_but_fail_if_invalid< typename detail::apply_return_helper< T, R >::type, invalid_types_for_apply_return >