Static functor that uses template recursion to print all elements of a tuple with a comma delimiter. More...
Static Public Member Functions | |
static void | apply (std::ostream &os, std::string sep, const Tuple &value) |
Static functor that uses template recursion to print all elements of a tuple with a comma delimiter.