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 37 of file ClusterParamsAlgBase.h.
|
private |
Definition at line 38 of file ClusterParamsAlgBase.h.
using cluster::details::Measure_t< T >::Data_t = T |
Definition at line 41 of file ClusterParamsAlgBase.h.
|
inline |
|
inline |
Constructor: initializes to the specified value, error is 0.
Definition at line 47 of file ClusterParamsAlgBase.h.
|
inline |
Constructor: initializes to the specified value and error.
Definition at line 50 of file ClusterParamsAlgBase.h.
|
inline |
Definition at line 64 of file ClusterParamsAlgBase.h.
|
inline |
Definition at line 69 of file ClusterParamsAlgBase.h.
|
inline |
Definition at line 53 of file ClusterParamsAlgBase.h.
|
inline |
Definition at line 58 of file ClusterParamsAlgBase.h.