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

◆ make_trace_label()

string fl::task::anonymous_namespace{task.cpp.hpp}::make_trace_label ( const TracePoint & trace)

Definition at line 15 of file task.cpp.hpp.

15 {
16 sstream ss;
17 ss << fl::get<0>(trace) << ":" << fl::get<1>(trace);
18 return ss.str();
19}
string str() const FL_NOEXCEPT
Definition strstream.h:43
pair_element< I, T1, T2 >::type & get(pair< T1, T2 > &p) FL_NOEXCEPT
Definition pair.h:115

References fl::get(), make_trace_label(), and fl::sstream::str().

Referenced by make_trace_label().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: