Tiny Vector Matrix library using Expression Templates | Sourceforge Project Page |
#include <tvmet/TypePromotion.h>
#include <tvmet/BinaryFunctionals.h>
#include <tvmet/UnaryFunctionals.h>
Include dependency graph for Functional.h:
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::Functional |
Base class for all binary und unary functionals. More... | |
class | tvmet::BinaryFunctional |
Base class for all binary functions. More... | |
class | tvmet::UnaryFunctional |
Base class for all unary functions. More... | |
Defines | |
#define | TVMET_STD_SCOPE(x) std::x |
Simple macro to allow using macros for namespace std functions. | |
#define | TVMET_GLOBAL_SCOPE(x) ::x |
Simple macro to allow using macros for global namespace functions. |
#define TVMET_GLOBAL_SCOPE | ( | x | ) | ::x |
Simple macro to allow using macros for global namespace functions.
#define TVMET_STD_SCOPE | ( | x | ) | std::x |
Simple macro to allow using macros for namespace std functions.
Author: |