RUSH
Reusable Utilities in Single Headers is a collection of header-only utilities for C++
|
This library provides counters. More...
#include <limits>
#include <utility>
Go to the source code of this file.
Classes | |
class | rush::Counter< T > |
A generic counter class with customizable initial value and step. More... | |
class | rush::RangeCounter< T > |
A counter class that resets after reaching a specified limit. More... | |
This library provides counters.