|
NiHu
2.0
|
declaration of operator metafunctions More...
Go to the source code of this file.
Classes | |
| struct | tmp::next< A > |
| increment operator More... | |
| struct | tmp::prev< A > |
| decrement operator More... | |
| struct | tmp::plus< A, B > |
| binary plus More... | |
| struct | tmp::minus< A, B > |
| binary minus More... | |
| struct | tmp::mul< A, B > |
| binary multiply More... | |
Namespaces | |
| tmp | |
| template metaprogramming functions | |
declaration of operator metafunctions
This file only declares the binary operators so that they can be overloaded in specific applications.
Definition in file operator.hpp.