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

Method AsSignedNumber

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

Source from the content-addressed store, hash-verified

139
140 template<typename I = long>
141 inline I AsSignedNumber(){
142 return static_cast<I>(sLong);
143 }
144
145 template<typename I = unsigned long>
146 inline I AsUnsignedNumber(){

Callers 3

mainFunction · 0.80
PrintArrayFunction · 0.80
PrintObjectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected