MCPcopy Create free account
hub / github.com/FastLED/FastLED / as_impl

Method as_impl

src/fl/stl/json.h:346–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344 // Integer types (excluding bool)
345 template<typename T>
346 typename fl::enable_if<fl::is_integral<T>::value && !fl::is_same<T, bool>::value, fl::optional<T>>::type
347 as_impl() const FL_NOEXCEPT {
348 return mValue->template as_int<T>();
349 }
350
351 // Boolean type
352 template<typename T>

Callers

nothing calls this directly

Calls 7

back_inserterFunction · 0.85
as_boolMethod · 0.45
as_stringMethod · 0.45
clone_arrayMethod · 0.45
as_objectMethod · 0.45
is_arrayMethod · 0.45

Tested by

no test coverage detected