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

Method copy_to_output_iterator

src/fl/stl/json.h:308–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306 // Returns number of elements written. Returns 0 if not a numeric array.
307 template<typename T, typename OutputIt>
308 size_t copy_to_output_iterator(OutputIt out) const FL_NOEXCEPT {
309 return mValue ? mValue->template copy_to_output_iterator<T, OutputIt>(out) : 0;
310 }
311
312 // Overload for back_insert_iterator: T deduced from container's value_type
313 template<typename Container>

Callers 2

as_implMethod · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected