BloombergLP::bslim::Printer_Helper::printTupleElements

printTupleElements overloads

Synopses

Declared in <bslim_printer.h>

Terminate recursion when printing tuple elements.

template<class t_TUPLE>
static
void
printTupleElements(
    Printer& printer,
    t_TUPLE const& data,
    bsl::integral_constant<int, 0> sizeTag);
» more...

Print the first t_SIZE elements of the specified tuple, data, using the specified printer.

template<
    int t_SIZE,
    class t_TUPLE>
static
void
printTupleElements(
    Printer& printer,
    t_TUPLE const& data,
    bsl::integral_constant<int, t_SIZE> sizeTag);
» more...

Parameters

NameDescription
printerunused; present to match the recursive overload
dataunused; present to match the recursive overload
sizeTagunused size tag indicating that no elements remain