aimstil
5.0.5
|
Go to the source code of this file.
Classes | |
struct | til::functor::CastTo< numeric_array< T1, D >, numeric_array< T2, D > > |
Namespaces | |
til | |
Belongs to package Box Do not include directly, include til/Box.h instead. | |
til::functor | |
Macros | |
#define | TIL_DEFINE_TEMPLATE_OP(name, op) |
#define | TIL_OPERATOR(op, func) |
#define | TIL_OPERATOR(op, func) |
#define | TIL_BOOL_VALUE_OPERATOR(opname, op) |
#define | BAD(op) |
Functions | |
til::TIL_OPERATOR (+, functor::Add) | |
til::TIL_OPERATOR (-, functor::Sub) | |
til::TIL_OPERATOR (/, functor::Div) | |
til::TIL_BOOL_VALUE_OPERATOR (operator==,==) | |
til::TIL_BOOL_VALUE_OPERATOR (operator!=, !=) | |
til::TIL_BOOL_VALUE_OPERATOR (all_less,<) | |
til::TIL_BOOL_VALUE_OPERATOR (all_less_equal,<=) | |
til::TIL_BOOL_VALUE_OPERATOR (all_greater, >) | |
til::TIL_BOOL_VALUE_OPERATOR (all_greater_equal, >=) | |
#define BAD | ( | op | ) |
Definition at line 232 of file numeric_array_operators.h.
#define TIL_BOOL_VALUE_OPERATOR | ( | opname, | |
op | |||
) |
Definition at line 187 of file numeric_array_operators.h.
#define TIL_DEFINE_TEMPLATE_OP | ( | name, | |
op | |||
) |
Definition at line 24 of file numeric_array_operators.h.
#define TIL_OPERATOR | ( | op, | |
func | |||
) |
Definition at line 154 of file numeric_array_operators.h.
#define TIL_OPERATOR | ( | op, | |
func | |||
) |
Definition at line 154 of file numeric_array_operators.h.