MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / strtof

Method strtof

include/jwt/json/json.hpp:6783–6786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6781
6782 JSON_HEDLEY_NON_NULL(2)
6783 static void strtof(float& f, const char* str, char** endptr) noexcept
6784 {
6785 f = std::strtof(str, endptr);
6786 }
6787
6788 JSON_HEDLEY_NON_NULL(2)
6789 static void strtof(double& f, const char* str, char** endptr) noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected