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

◆ appendHex() [1/8]

basic_string & fl::basic_string::appendHex ( i16 val)

Definition at line 357 of file basic_string.cpp.hpp.

1415{ return appendHex(static_cast<i32>(val)); }
basic_string & appendHex(i32 val) FL_NOEXCEPT

References fl::make_shared(), and fl::basic_string::mStorage.

+ Here is the call graph for this function: