FastLED 3.9.15
Loading...
Searching...
No Matches
string_view.cpp.hpp
Go to the documentation of this file.
1
3
5
6namespace fl {
7
8// ODR definition for string_view::npos
9// Required for C++11/14 when the address of npos is taken (ODR-used)
10constexpr fl::size string_view::npos;
11
12} // namespace fl
static constexpr fl::size npos
Definition string_view.h:35
Base definition for an LED controller.
Definition crgb.hpp:179