#include <ArgStrToDouble.h>
|
| std::vector< std::string > | m_posinf {"inf", "+inf", "pinf", "INF"} |
| std::vector< std::string > | m_neginf {"-inf", "ninf", "-INF"} |
Definition at line 13 of file ArgStrToDouble.h.
◆ operator()()
| double ArgStrToDouble::operator() |
( |
const std::string & | s | ) |
|
|
inline |
Definition at line 16 of file ArgStrToDouble.h.
16 {
17
20 val = std::numeric_limits<double>::max();}
22 val = std::numeric_limits<double>::lowest();}
23 else {
25 }
26
28 }
std::vector< std::string > m_neginf
std::vector< std::string > m_posinf
◆ m_neginf
| std::vector<std::string> ArgStrToDouble::m_neginf {"-inf", "ninf", "-INF"} |
|
private |
◆ m_posinf
| std::vector<std::string> ArgStrToDouble::m_posinf {"inf", "+inf", "pinf", "INF"} |
|
private |
The documentation for this class was generated from the following file: