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

◆ from_literal()

string fl::string::from_literal ( const char * literal)
static

Definition at line 32 of file string.cpp.hpp.

32 {
33 string result;
34 result.setLiteral(literal);
35 return result;
36}
expected< T, E > result
Alias for expected (Rust-style naming)
Definition result.h:31

References FL_NOEXCEPT.

Referenced by fl::anonymous_namespace{channel.cpp.hpp}::StubChannelEngine::getName(), fl::IChannelDriver::getName(), and fl::Channel::resolveDynamicDriver().

+ Here is the caller graph for this function: