STK++ 0.9.13
STK_BinaryOperators.h File Reference

In this file we implement the BinaryOperator class. More...

This graph shows which files directly or indirectly include this file:

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.
 
namespace  STK::hidden
 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)))
 

Detailed Description

In this file we implement the BinaryOperator class.

Definition in file STK_BinaryOperators.h.

Macro Definition Documentation

◆ EGAL

#define EGAL (   arg1,
  arg2 
)    ((arg1::structure_ == int(Arrays::arg2)))

Definition at line 39 of file STK_BinaryOperators.h.