#include <common.hh>
template<typename UNIQUENESS_TYPE, typename COUNTER_TYPE = size_t, COUNTER_TYPE MAXIMUM = (std::numeric_limits<COUNTER_TYPE>::max)()>
struct flecsi::util::unique_id< UNIQUENESS_TYPE, COUNTER_TYPE, MAXIMUM >
The unique_id type provides a utility to generate a series of unique ids.
- Template Parameters
-
UNIQUENESS_TYPE | A dummy type to differentiate instances. |
COUNTER_TYPE | The underlying counter type. |
MAXIMUM | The maximum legal id. |
The documentation for this struct was generated from the following file:
- /home/bergen/devel/tuxfan/flecsi/flecsi/util/common.hh