walberla::FunctionTraits< R(Args...) > Struct Template Reference

#include <FunctionTraits.h>

Classes

struct  argument
 

Public Types

using return_type = R
 

Static Public Attributes

static constexpr std::size_t arity = sizeof...(Args)
 

Member Typedef Documentation

◆ return_type

template<typename R , typename ... Args>
using walberla::FunctionTraits< R(Args...) >::return_type = R

Member Data Documentation

◆ arity

template<typename R , typename ... Args>
constexpr std::size_t walberla::FunctionTraits< R(Args...) >::arity = sizeof...(Args)
staticconstexpr

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