Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{from_chars-compat.ipp} |
Macros | |
#define | ALPAQA_USE_FROM_CHARS_INT 0 |
#define | ALPAQA_USE_FROM_CHARS_FLOAT 0 |
Functions | |
template<class T > requires ( false) | |
const char * | set_param_float_int (T &f, ParamString s) |
template<class T > requires ( std::floating_point<T> || std::integral<T> || false) | |
const char * | set_param_float_int (T &f, ParamString s) |
#define ALPAQA_USE_FROM_CHARS_INT 0 |
Definition at line 35 of file from_chars-compat.ipp.
#define ALPAQA_USE_FROM_CHARS_FLOAT 0 |
Definition at line 36 of file from_chars-compat.ipp.