Tiny Vector Matrix library using Expression Templates | Sourceforge Project Page |
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> | |
T | tvmet::operator+ (const T &lhs, XprNull) |
template<class T> | |
T | tvmet::operator- (const T &lhs, XprNull) |
template<class T> | |
T | tvmet::operator * (const T &lhs, XprNull) |
template<class T> | |
T | tvmet::operator/ (const T &lhs, XprNull) |
#define TVMET_BINARY_OPERATOR | ( | OP | ) |
Value:
template< class T > \ inline \ T operator OP (const T& lhs, XprNull) { return lhs; }
Author: |