FEDRA emulsion software from the OPERA Collaboration
Expression.hh File Reference
#include "Riostream.h"
Include dependency graph for Expression.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BinaryOp< Operator, LHS, RHS, T >
 
class  Constant< T >
 
class  Expr< ExprType, T, D, D2 >
 
class  UnaryOp< Operator, RHS, T >
 

Functions

template<class A , class T , unsigned int D1, unsigned int D2>
std::ostream & operator<< (std::ostream &os, const Expr< A, T, D1, D2 > &rhs)
 

Function Documentation

◆ operator<<()

template<class A , class T , unsigned int D1, unsigned int D2>
std::ostream & operator<< ( std::ostream &  os,
const Expr< A, T, D1, D2 > &  rhs 
)
inline
99 {
100 return rhs.print(os);
101}
std::ostream & print(std::ostream &os) const
used by operator<<()
Definition: Expression.hh:65