#include <map>
#include <stdint.h>
#include <string>
#include <string_view>
#include <variant>
#include <vector>
#include <wchar.h>
◆ str2double() [1/2]
double str2double |
( |
std::string_view | str, |
|
|
double | fallback = 0.0 ) |
◆ str2double() [2/2]
double str2double |
( |
std::wstring_view | str, |
|
|
double | fallback = 0.0 ) |
◆ str2int64() [1/2]
◆ str2int64() [2/2]
◆ str2uint64() [1/2]
uint64_t str2uint64 |
( |
std::string_view | str, |
|
|
uint64_t | fallback = 0 ) |
◆ str2uint64() [2/2]
uint64_t str2uint64 |
( |
std::wstring_view | str, |
|
|
uint64_t | fallback = 0 ) |