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

◆ operator=() [1/3]

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

Definition at line 184 of file str.h.

184 {
185 assign(str, N);
186 return *this;
187 }
void assign(const char *str, fl::size len)
Definition str.h:198

References StrN(), and assign().

+ Here is the call graph for this function: