SyDEVS  v0.6.7
Multiscale Simulation and Systems Modeling Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
identity.h File Reference
#include <sydevs/core/number_types.h>
#include <ostream>

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)
 

Macro Definition Documentation

#define SYDEVS_IDENTITY_H_