#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 |
◆ 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: