MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / to_float

Method to_float

modules/gui/gui/src/backend/text_server/ustring.cpp:3181–3184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3179#define READING_DONE 4
3180
3181double String::to_float(const char* p_str)
3182{
3183 return built_in_strtod<char>(p_str);
3184}
3185
3186double String::to_float(const char32_t* p_str, const char32_t** r_end)
3187{

Callers

nothing calls this directly

Calls 2

is_emptyFunction · 0.50
get_dataFunction · 0.50

Tested by

no test coverage detected