SyTen

◆ SYTEN_LAMBDA

#define SYTEN_LAMBDA (   x)    [&]() { return x; }

Constructs an all-capturing lambda which returns the argument on call.

Useful for lazy evaluation in calls to log().