Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3181
double String::to_float(const char* p_str)
3182
{
3183
return built_in_strtod<char>(p_str);
3184
}
3185
3186
double String::to_float(const char32_t* p_str, const char32_t** r_end)
3187
{
Callers
nothing calls this directly
Calls
2
is_empty
Function · 0.50
get_data
Function · 0.50
Tested by
no test coverage detected