#include <sydevs/core/number_types.h>
#include <ostream>
Go to the source code of this file.
|
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...
|
|
|
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) |
|
◆ SYDEVS_IDENTITY_H_
#define SYDEVS_IDENTITY_H_ |