10 static bool trace =
false;
17#ifdef TTG_ENABLE_TRACE
43 template <
typename T,
typename... Ts>
44 inline void trace(
const T &t,
const Ts &... ts) {
top-level TTG namespace contains runtime-neutral functionality
void trace_off()
disables tracing; if trace_enabled()==true this has no effect
void trace_on()
enables tracing; if trace_enabled()==true this has no effect
void log(const T &t, const Ts &... ts)
atomically prints to std::clog a sequence of items (separated by ttg::print_separator) followed by st...
bool tracing()
returns whether tracing is enabled
void trace(const T &t, const Ts &... ts)
constexpr bool trace_enabled()
returns whether tracing was enabled at configure time