#include "platform.hpp"#include <kanzi/core/cpp/algorithm.hpp>#include <kanzi/core/cpp/string.hpp>#include <kanzi/core/cpp/system_error.hpp>Classes | |
| struct | kanzi::from_chars_result |
| Holds the status result of a call to from_chars. More... | |
Namespaces | |
| kanzi | |
| Easing functions that require external dependencies for calculation. | |
Functions | |
| from_chars_result | kanzi::from_chars (const char *first, const char *last, int &value, int base=10) |
| Converts a character sequence to an integer value. More... | |