#include <function_traits.hpp>
Public Types | |
typedef void | result_type |
typedef ARG | argument_type |
typedef TAG | tag |
Static Public Attributes | |
static const bool | is_specialized = false |
static const bool | alternates_argument = false |
static const bool | has_side_effect = false |
Definition at line 311 of file function_traits.hpp.
typedef ARG Arageli::unary_function_traits< TAG, ARG >::argument_type |
Definition at line 315 of file function_traits.hpp.
typedef void Arageli::unary_function_traits< TAG, ARG >::result_type |
Definition at line 314 of file function_traits.hpp.
typedef TAG Arageli::unary_function_traits< TAG, ARG >::tag |
Definition at line 316 of file function_traits.hpp.
const bool Arageli::unary_function_traits< TAG, ARG >::alternates_argument = false [static] |
Definition at line 317 of file function_traits.hpp.
const bool Arageli::unary_function_traits< TAG, ARG >::has_side_effect = false [static] |
Definition at line 318 of file function_traits.hpp.
const bool Arageli::unary_function_traits< TAG, ARG >::is_specialized = false [static] |
Definition at line 313 of file function_traits.hpp.