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

Function stringify

tests/shared/fl_unittest.h:345–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343namespace detail {
344template<typename T>
345auto stringify(const T& v, int) -> decltype(fl::declval<fl::sstream&>() << v, fl::string()) {
346 fl::sstream ss; ss << v; return ss.str();
347}
348template<typename T>
349fl::string stringify(const T&, ...) { return "<?>"; }
350} // namespace detail

Callers

nothing calls this directly

Calls 2

stringClass · 0.50
strMethod · 0.45

Tested by

no test coverage detected