|
herald
2.0.0
|
Manages a set of lists for a particular Sample Value Type. More...
#include <runner.h>
Public Types | |
| using | value_type = ValT |
Public Member Functions | |
| SampleList< Sample< ValT >, Size > & | list (const SampledID sampled) |
| void | remove (const SampledID listFor) |
| const std::size_t | size () const |
| decltype(auto) | begin () |
| decltype(auto) | end () |
Static Public Attributes | |
| static constexpr std::size_t | max_size = Size |
Manages a set of lists for a particular Sample Value Type.