Function counter
Synopsis
#include "breeze/counting/counter.hpp"
explicit counter(IntegralType n)
Description
Constructs a counter with internal value n
.
This constructor executes:
BREEZE_ASSERT( n >= 0 ) ;
Source
Line 47 in breeze/counting/counter.hpp.