|
uatlib
|
A tuple containing a region and a time step. More...
#include <permit.hpp>

Public Member Functions | |
| permit (Region s, uint_t time) noexcept | |
| auto | operator== (const permit &other) const -> bool |
| auto | operator!= (const permit &other) const -> bool |
Public Attributes | |
| Region | location |
| The region. | |
| uint_t | time |
| The time step. | |
A tuple containing a region and a time step.
A permit refers to the assets agents can trade. This class is just a convenient way to group a region and a time step. Structured bindings and hashing are supported.