RUSH
Reusable Utilities in Single Headers is a collection of header-only utilities for C++
Loading...
Searching...
No Matches
counter.hpp File Reference

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...
 

Detailed Description

This library provides counters.

Author
Raul Tapia (raultapia.com)
See also
https://github.com/raultapia/rush