#include "lib/stat/statistic.hpp"
template<typename D>
class lib::stat::DataSpan< D >
Read-only view into a segment within a sequence of data.
- Template Parameters
-
D | value type of the data series |
- Todo:
- replace by const std::span
Definition at line 100 of file statistic.hpp.
|
using | const_iterator = iterator |
|
using | iterator = const D * |
|
|
| DataSpan (D const &begin, D const &end) |
|
template<class CON > |
| DataSpan (CON const &container) |
|
D const & | at (size_t i) const |
|
iterator | begin () const |
|
bool | empty () const |
|
iterator | end () const |
|
D const & | operator[] (size_t i) const |
|
size_t | size () const |
|
|
const_iterator | begin (DataSpan const &span) |
|
const_iterator | end (DataSpan const &span) |
|
|
const D *const | b_ {nullptr} |
|
const D *const | e_ {nullptr} |
|
The documentation for this class was generated from the following file: