Terminate recursion when printing tuple elements.
Synopsis
Declared in <bslim_printer.h>
template<class t_TUPLE>
static
void
printTupleElements(
Printer& printer,
t_TUPLE const& data,
bsl::integral_constant<int, 0> sizeTag);
Parameters
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 |
Created with MrDocs