SourceForge Logo Tiny Vector Matrix library using Expression Templates Sourceforge Project Page

include/tvmet/xpr/Null.h File Reference

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

Go to the source code of this file.

Namespaces

namespace  tvmet

Classes

class  tvmet::XprNull
 Null object design pattern. More...

Defines

#define TVMET_BINARY_OPERATOR(OP)

Functions

template<class T>
tvmet::operator+ (const T &lhs, XprNull)
template<class T>
tvmet::operator- (const T &lhs, XprNull)
template<class T>
tvmet::operator * (const T &lhs, XprNull)
template<class T>
tvmet::operator/ (const T &lhs, XprNull)


Define Documentation

#define TVMET_BINARY_OPERATOR ( OP   ) 

Value:

template< class T >                             \
inline                                \
T operator OP (const T& lhs, XprNull) { return lhs; }


Author: