TerraForge3D
2.3.1
3D Terrain And Landscape Generator
◆
strtof()
[3/3]
template<typename BasicJsonType , typename InputAdapterType >
static void
nlohmann::detail::lexer
< BasicJsonType, InputAdapterType >::strtof
(
long double &
f
,
const char *
str
,
char **
endptr
)
inline
static
private
noexcept
Definition at line
7521
of file
json.hpp
.
7522
{
7523
f = std::strtold(str, endptr);
7524
}
nlohmann
detail
lexer
Generated on Thu Apr 7 2022 14:11:03 for TerraForge3D by
1.9.3