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

Method append

src/fl/stl/string.h:399–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397 // Any type with a to_float() method (e.g., fixed_point types)
398 template <typename T>
399 typename fl::enable_if<
400 fl::is_same<decltype(static_cast<const T*>(nullptr)->to_float()), float>::value
401 && !fl::is_floating_point<T>::value,
402 string&>::type
403 append(const T& val) FL_NOEXCEPT {
404 basic_string::append(val.to_float());
405 return *this;
406 }
407
408 string& append(const audio::fft::Bins& str) FL_NOEXCEPT;
409 string& append(const XYMap& map) FL_NOEXCEPT;

Callers 15

_discover_countsFunction · 0.45
mainFunction · 0.45
run_testsFunction · 0.45
extract_test_casesFunction · 0.45
setup_stack_tracesFunction · 0.45
compile_examplesFunction · 0.45
lint_codeFunction · 0.45
list_examplesFunction · 0.45
project_infoFunction · 0.45
build_info_analysisFunction · 0.45
esp32_symbol_analysisFunction · 0.45

Calls 1

to_floatMethod · 0.45

Tested by 15

_discover_countsFunction · 0.36
discover_testsFunction · 0.36
run_testFunction · 0.36
mainFunction · 0.36
console_log_handlerFunction · 0.36
page_error_handlerFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
console_log_handlerFunction · 0.36
page_error_handlerFunction · 0.36
fail_testMethod · 0.36