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 
)
inlinestaticprivatenoexcept

Definition at line 7521 of file json.hpp.

7522 {
7523 f = std::strtold(str, endptr);
7524 }