50template<std::
integral T>
Monotonically increasing ID allocator.
Definition MonotonicIdAllocator.hpp:52
T value_type
Type used for allocated identifiers.
Definition MonotonicIdAllocator.hpp:55
void reset() noexcept
Reset the allocator counter back to zero.
Definition MonotonicIdAllocator.hpp:77
value_type next() noexcept
Allocate and return the next identifier.
Definition MonotonicIdAllocator.hpp:64
Definition SystemConfigCommandHandler.hpp:15