FastLED 3.9.15
Loading...
Searching...
No Matches

◆ StrN() [5/5]

template<fl::size SIZE = FASTLED_STR_INLINED_SIZE>
template<int N>
fl::StrN< SIZE >::StrN ( const char(&) str[N])
inline

Definition at line 181 of file str.h.

181 {
182 copy(str, N - 1); // Subtract 1 to not count null terminator
183 }
void copy(const char *str)
Definition str.h:164

References copy().

+ Here is the call graph for this function: