FastLED 3.9.15
Loading...
Searching...
No Matches
string_view.h File Reference
#include "fl/stl/stdint.h"
#include "fl/stl/cstring.h"
#include "fl/stl/noexcept.h"
+ Include dependency graph for string_view.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fl::string_view
 

Namespaces

namespace  fl
 Base definition for an LED controller.
 

Functions

u32 fl::hash_string_view (string_view sv) FL_NOEXCEPT
 
bool fl::operator!= (string_view lhs, string_view rhs) FL_NOEXCEPT
 
bool fl::operator< (string_view lhs, string_view rhs) FL_NOEXCEPT
 
bool fl::operator<= (string_view lhs, string_view rhs) FL_NOEXCEPT
 
bool fl::operator== (string_view lhs, string_view rhs) FL_NOEXCEPT
 
bool fl::operator> (string_view lhs, string_view rhs) FL_NOEXCEPT
 
bool fl::operator>= (string_view lhs, string_view rhs) FL_NOEXCEPT