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

◆ make_trace_label()

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

Definition at line 10 of file task.cpp.

10 {
11 // Basic implementation: "file:line"
12 // More advanced version could strip common path prefixes
13 fl::sstream ss;
14 ss << fl::get<0>(trace) << ":" << fl::get<1>(trace);
15 return ss.str();
16}
const string & str() const
Definition strstream.h:51
StrStream sstream
Definition sstream.h:6
pair_element< I, T1, T2 >::type & get(pair< T1, T2 > &p) noexcept
Definition pair.h:113

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

Referenced by make_trace_label().

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