Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
generic_unary_traits< Function >::hint< Arg, Result >

Detailed Description

template<class Function>
template<class Arg, class Result>
struct rheolef::details::generic_unary_traits< Function >::hint< Arg, Result >

Definition at line 194 of file expression.h.

Public Types

typedef function_traits< Function >::result_type result_type
 
typedef std::decay< typenamefunction_traits< Function >::templatearg< 0 >::type >::type argument_type
 

Member Typedef Documentation

◆ result_type

template<class Function >
template<class Arg , class Result >
typedef function_traits<Function>::result_type result_type

Definition at line 195 of file expression.h.

◆ argument_type

template<class Function >
template<class Arg , class Result >
typedef std::decay<typenamefunction_traits<Function>::templatearg<0>::type>::type argument_type

Definition at line 197 of file expression.h.


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