template<typename CTOR_ARG>
class Stroika::Foundation::Execution::LazyEvalActivity< CTOR_ARG >
When creating the activity would be expensive, just capture it in a lambda, and only convert that lambda to an actual string if/when CaptureCurrentActivities is called.
- Note
- would LIKE to know how to do this as a template specialization of Activity, but haven't figured that out yet.
- Example Usage
String is like std::u32string, except it is much easier to use, often much more space efficient,...
Definition at line 99 of file Activity.h.