MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / convertNumber

Function convertNumber

src/ArduinoJson/Numbers/convertNumber.hpp:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133
134template <typename TOut, typename TIn>
135TOut convertNumber(TIn value) {
136 return canConvertNumber<TOut>(value) ? TOut(value) : 0;
137}
138
139ARDUINOJSON_END_PRIVATE_NAMESPACE
140

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected