#include <function_traits.hpp>
Public Types | |
typedef void | result_type |
typedef ARG1 | first_argument_type |
typedef ARG2 | second_argument_type |
typedef TAG | tag |
Static Public Attributes | |
static const bool | is_specialized = false |
static const bool | alternates_first_argument = false |
static const bool | alternates_second_argument = false |
static const bool | has_side_effect = false |
Definition at line 323 of file function_traits.hpp.
typedef ARG1 Arageli::binary_function_traits< TAG, ARG1, ARG2 >::first_argument_type |
Definition at line 327 of file function_traits.hpp.
typedef void Arageli::binary_function_traits< TAG, ARG1, ARG2 >::result_type |
Definition at line 326 of file function_traits.hpp.
typedef ARG2 Arageli::binary_function_traits< TAG, ARG1, ARG2 >::second_argument_type |
Definition at line 328 of file function_traits.hpp.
typedef TAG Arageli::binary_function_traits< TAG, ARG1, ARG2 >::tag |
Definition at line 329 of file function_traits.hpp.
const bool Arageli::binary_function_traits< TAG, ARG1, ARG2 >::alternates_first_argument = false [static] |
Definition at line 330 of file function_traits.hpp.
const bool Arageli::binary_function_traits< TAG, ARG1, ARG2 >::alternates_second_argument = false [static] |
Definition at line 331 of file function_traits.hpp.
const bool Arageli::binary_function_traits< TAG, ARG1, ARG2 >::has_side_effect = false [static] |
Definition at line 332 of file function_traits.hpp.
const bool Arageli::binary_function_traits< TAG, ARG1, ARG2 >::is_specialized = false [static] |
Definition at line 325 of file function_traits.hpp.