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 119 of file str.h.

119 {
120 copy(str, N-1); // Subtract 1 to not count null terminator
121 }
void copy(const char *str)
Definition str.h:102
Definition str.h:79

References copy().

+ Here is the call graph for this function: