Rheolef
7.1
an efficient C++ finite element environment
|
Public Types | |
typedef std::decay< typename function_traits< Function >::template arg< 0 >::type >::type | first_argument_type |
typedef std::decay< typename function_traits< Function >::template arg< 1 >::type >::type | second_argument_type |
typedef std::decay< typename function_traits< Function >::result_type >::type | result_type |
Definition at line 412 of file expression.h.
typedef std::decay<typename function_traits<Function>::template arg<0>::type>::type first_argument_type |
Definition at line 414 of file expression.h.
typedef std::decay<typename function_traits<Function>::template arg<1>::type>::type second_argument_type |
Definition at line 416 of file expression.h.
typedef std::decay<typename function_traits<Function>::result_type>::type result_type |
Definition at line 418 of file expression.h.