herald  2.0.0
Public Types | Public Member Functions | Public Attributes | List of all members
herald::analysis::sampling::Sample< ValT > Struct Template Reference

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)
 
Sampleoperator= (Sample &&other)
 
Sampleoperator= (const Sample &other)
 
 operator double () const noexcept
 

Public Attributes

Date taken
 
ValT value
 

Detailed Description

template<typename ValT>
struct herald::analysis::sampling::Sample< ValT >

The Sample taken from an object with ID of type SampledID.


The documentation for this struct was generated from the following file: