#include <inttypes.h>#include <stdlib.h>#include <sstream>#include <ios>#include <android/ndk-version.h>
Go to the source code of this file.
Namespaces | |
| std | |
Functions | |
| std::ios_base & | std::hexfloat (std::ios_base &str) |
| double | std::stod (const std::string &value) |
| float | std::stof (const std::string &value) |
| int | std::stoi (const std::string &value) |
| long long | std::stoll (const std::string &value) |
| template<typename T > | |
| T | std::stoT (const std::string &value) |
| unsigned long | std::stoul (const std::string &value) |
| template<typename T > | |
| std::string | std::to_string (T value) |