|
herald
2.0.0
|
The Sample taken from an object with ID of type SampledID. More...
#include <sampling.h>
Public Types | |
| using | value_type = ValT |
Public Member Functions | |
| Sample (Date sampled, ValT v) | |
| Sample (const Sample &other) | |
| Sample (Sample &&other) | |
| template<typename... Args> | |
| Sample (int secondsSinceEpoch, Args... args) | |
| Sample & | operator= (Sample &&other) |
| Sample & | operator= (const Sample &other) |
| operator double () const noexcept | |
Public Attributes | |
| Date | taken |
| ValT | value |
The Sample taken from an object with ID of type SampledID.