provides a counter that observes the size of a table More...
#include <counter.hpp>
Public Types | |
typedef size_t | rep |
Public Member Functions | |
constexpr | SizeCounter (const T &table) |
SizeCounter (const SizeCounter &)=delete | |
SizeCounter & | operator= (const SizeCounter &)=delete |
operator rep () const | |
observe the counter More... | |
provides a counter that observes the size of a table
T | a type that provides a size() const member function |
Definition at line 112 of file counter.hpp.
typedef size_t nfd::SizeCounter< T >::rep |
Definition at line 115 of file counter.hpp.
|
inline |
Definition at line 118 of file counter.hpp.
|
delete |
|
delete |
|
inline |
observe the counter
Definition at line 130 of file counter.hpp.