Kanzi  3.9.6
Kanzi Engine API
charconv.hpp File Reference

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...