STK++ 0.9.13
|
In this file we implement the BinaryOperator class. More...
Go to the source code of this file.
Classes | |
struct | STK::hidden::Traits< BinaryOperator< FunctorOp, Lhs, Rhs > > |
Traits class for the BinaryOperator. More... | |
class | STK::BinaryOperator< FunctorOp, Lhs, Rhs > |
Generic expression where a binary operator is applied to two expressions. More... | |
Namespaces | |
namespace | STK |
The namespace STK is the main domain space of the Statistical ToolKit project. | |
The hidden namespace enclose the classes and methods which are used internally by the STK++ classes. | |
Macros | |
#define | EGAL(arg1, arg2) ((arg1::structure_ == int(Arrays::arg2))) |
In this file we implement the BinaryOperator class.
Definition in file STK_BinaryOperators.h.
#define EGAL | ( | arg1, | |
arg2 | |||
) | ((arg1::structure_ == int(Arrays::arg2))) |
Definition at line 39 of file STK_BinaryOperators.h.