Terminate recursion when printing tuple elements.
Declared in <bslim_printer.h>
template<class t_TUPLE>
static
void
printTupleElements(
Printer& printer,
t_TUPLE const& data,
bsl::integral_constant<int, 0> sizeTag);
| Name | Description |
|---|---|
| printer | unused; present to match the recursive overload |
| data | unused; present to match the recursive overload |
| sizeTag | unused size tag indicating that no elements remain |