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