ARTS 2.5.11 (git: 6827797f)
double_imanip.h File Reference

Fast double input stream with support for parsing nan and inf. More...

#include <fstream>
#include <limits>
#include <stdexcept>
#include "debug.h"
#include <fast_float/fast_float.h>

Go to the source code of this file.

Classes

class  double_imanip
 Input manipulator class for doubles to enable nan and inf parsing. More...
 

Functions

const double_imanipoperator>> (std::istream &in, const double_imanip &dm)
 

Detailed Description

Fast double input stream with support for parsing nan and inf.

Author
Oliver Lemke, Richard Larsson
Date
2022-05-23

Definition in file double_imanip.h.

Function Documentation

◆ operator>>()

const double_imanip & operator>> ( std::istream &  in,
const double_imanip dm 
)
inline

Definition at line 66 of file double_imanip.h.