MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / AsFloat

Method AsFloat

LibLemon/include/lemon/core/json.h:151–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149
150 template<typename I = float>
151 inline I AsFloat(){
152 return static_cast<I>(fl);
153 }
154
155 inline bool AsBool(){
156 return boolean;

Callers 2

PrintArrayFunction · 0.80
PrintObjectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected