SyDEVS
v0.6.7
Multiscale Simulation and Systems Modeling Library
|
Go to the source code of this file.
Classes | |
class | sydevs::identity< U > |
A data type which identifies an item by combining an encapsulated integer-valued index with a dimension supplied by a template parameter. More... | |
Namespaces | |
sydevs | |
Macros | |
#define | SYDEVS_IDENTITY_H_ |
Functions | |
template<typename U > | |
constexpr const identity< U > | sydevs::operator+ (int64 lhs, identity< U > rhs) |
template<typename U > | |
std::ostream & | sydevs::operator<< (std::ostream &os, const identity< U > &rhs) |
#define SYDEVS_IDENTITY_H_ |