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

◆ StrN() [5/5]

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

Definition at line 146 of file str.h.

146 {
147 copy(str, N - 1); // Subtract 1 to not count null terminator
148 }
void copy(const char *str)
Definition str.h:129

References copy().

+ Here is the call graph for this function: