GrPPI  0.2
Generic and Reusable Parallel Pattern Interface
Public Types | List of all members
grppi::internal::callable_helper< R(Args...)> Struct Template Reference

#include <callable_traits.h>

Inheritance diagram for grppi::internal::callable_helper< R(Args...)>:
Inheritance graph
[legend]
Collaboration diagram for grppi::internal::callable_helper< R(Args...)>:
Collaboration graph
[legend]

Public Types

using arity = typename std::integral_constant< size_t, sizeof...(Args)>::type
 
- Public Types inherited from grppi::internal::identity< R(Args...)>
using type = R(Args...)
 

Member Typedef Documentation

template<typename R , typename... Args>
using grppi::internal::callable_helper< R(Args...)>::arity = typename std::integral_constant<size_t, sizeof...(Args)>::type

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