11#ifndef TLX_LOGGER_TUPLE_HEADER
12#define TLX_LOGGER_TUPLE_HEADER
25 template <
typename Index,
typename Arg>
27 if (Index::index != 0)
os_ <<
',';
33template <
typename... Args>
37 static void print(std::ostream& os,
const std::tuple<Args...>& t) {
48 static void print(std::ostream& os,
const std::tuple<>&) {