Type for a simple measurement: value and error. More...
#include <ClusterParamsAlgBase.h>
Public Types | |
| using | Data_t = T |
Public Member Functions | |
| Measure_t () | |
| Default constructor: initializes to 0. More... | |
| Measure_t (Data_t value) | |
| Constructor: initializes to the specified value, error is 0. More... | |
| Measure_t (Data_t value, Data_t error) | |
| Constructor: initializes to the specified value and error. More... | |
| Data_t | value () const |
| Data_t & | value () |
| Data_t | error () const |
| Data_t & | error () |
Private Types | |
| using | Base_t = std::pair< T, T > |
Type for a simple measurement: value and error.
Definition at line 39 of file ClusterParamsAlgBase.h.
|
private |
Definition at line 40 of file ClusterParamsAlgBase.h.
| using cluster::details::Measure_t< T >::Data_t = T |
Definition at line 43 of file ClusterParamsAlgBase.h.
|
inline |
|
inline |
Constructor: initializes to the specified value, error is 0.
Definition at line 49 of file ClusterParamsAlgBase.h.
|
inline |
Constructor: initializes to the specified value and error.
Definition at line 52 of file ClusterParamsAlgBase.h.
|
inline |
Definition at line 66 of file ClusterParamsAlgBase.h.
|
inline |
Definition at line 71 of file ClusterParamsAlgBase.h.
|
inline |
Definition at line 55 of file ClusterParamsAlgBase.h.
|
inline |
Definition at line 60 of file ClusterParamsAlgBase.h.
1.8.5