#include <vecalg.hpp>
Inheritance diagram for Arageli::vec_binary_function_traits< Vec, Index >:

Public Types | |
| typedef Vec | first_argument_type |
| typedef Index | second_argument_type |
| typedef _Internal::function_traits_subscript_select_index< Vec, Index, typename type_traits< Index >::category_type >::type | result_type |
Static Public Attributes | |
| static const bool | is_specialized = true |
| static const bool | alternates_first_argument = false |
| static const bool | alternates_second_argument = false |
| static const bool | has_side_effect = false |
Definition at line 64 of file vecalg.hpp.
| typedef Vec Arageli::vec_binary_function_traits< Vec, Index >::first_argument_type |
Definition at line 67 of file vecalg.hpp.
| typedef _Internal::function_traits_subscript_select_index< Vec, Index, typename type_traits<Index>::category_type >::type Arageli::vec_binary_function_traits< Vec, Index >::result_type |
Definition at line 79 of file vecalg.hpp.
| typedef Index Arageli::vec_binary_function_traits< Vec, Index >::second_argument_type |
Definition at line 68 of file vecalg.hpp.
const bool Arageli::vec_binary_function_traits< Vec, Index >::alternates_first_argument = false [static] |
Definition at line 69 of file vecalg.hpp.
const bool Arageli::vec_binary_function_traits< Vec, Index >::alternates_second_argument = false [static] |
Definition at line 70 of file vecalg.hpp.
const bool Arageli::vec_binary_function_traits< Vec, Index >::has_side_effect = false [static] |
Definition at line 71 of file vecalg.hpp.
const bool Arageli::vec_binary_function_traits< Vec, Index >::is_specialized = true [static] |
Definition at line 66 of file vecalg.hpp.
1.4.7