MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / get_number_float

Function get_number_float

lesson6-Segmentation/json.hpp:7295–7298  ·  view source on GitHub ↗

return floating-point value

Source from the content-addressed store, hash-verified

7293
7294 /// return floating-point value
7295 constexpr number_float_t get_number_float() const noexcept
7296 {
7297 return value_float;
7298 }
7299
7300 /// return current string value (implicitly resets the token; useful only once)
7301 string_t& get_string()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected