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

◆ appendOct() [1/8]

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

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

1424{ return appendOct(static_cast<i32>(val)); }
basic_string & appendOct(i32 val) FL_NOEXCEPT

References basic_string(), and appendOct().

+ Here is the call graph for this function: