14#include "arcane/utils/ArcanePrecomp.h"
15#include "arcane/utils/Iostream.h"
16#include "arcane/utils/HPReal.h"
30 i >> m_value >> ws >> m_correction;
38print(std::ostream& o)
const
40 o << m_value <<
' ' << m_correction;
50 o <<
'(' << m_value <<
',' << m_correction <<
')';
std::ostream & print(std::ostream &o) const
Writes the instance to the stream o readable by an assign().
std::istream & assign(std::istream &i)
Reads an HPReal from the stream i. The pair is read in the form of two Real type values.
std::ostream & printPretty(std::ostream &o) const
Writes the instance to the stream o in the form (x,y).
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --