37 #include <OpenMS/config.h> 48 template <
typename FloatingPo
intType>
56 FloatingPointType
const ref_;
94 template <
typename FloatingPo
intType>
101 template <
typename FloatingPo
intType>
102 inline std::ostream & operator<<(std::ostream & os, const PrecisionWrapper<FloatingPointType> & rhs)
A more convenient string class.
Definition: String.h:58
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
const PrecisionWrapper< FloatingPointType > precisionWrapper(const FloatingPointType rhs)
Wrapper function that sets the appropriate precision for output temporarily. The original precision i...
Definition: PrecisionWrapper.h:95
PrecisionWrapper(const FloatingPointType rhs)
Constructor. Note: Normally you will prefer to use the "make"-function precisionWrapper(), which see.
Definition: PrecisionWrapper.h:52
Wrapper class to implement output with appropriate precision. See precisionWrapper().
Definition: PrecisionWrapper.h:49
FloatingPointType const ref_
Definition: PrecisionWrapper.h:56
PrecisionWrapper(const PrecisionWrapper &rhs)
Definition: PrecisionWrapper.h:54