|
ARTS
2.4.0(git:4fb77825)
|
Input stream class for doubles that correctly handles nan and inf. More...
#include <file.h>
Public Member Functions | |
| double_istream (std::istream &i) | |
| double_istream & | parse_on_fail (double &x, bool neg) |
| double_istream & | operator>> (double &x) |
Private Attributes | |
| std::istream & | in |
Input stream class for doubles that correctly handles nan and inf.
|
inline |
| double_istream & double_istream::parse_on_fail | ( | double & | x, |
| bool | neg | ||
| ) |