BloombergLP::bslim::Printer_Helper::printTupleElements

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

Synopsis

Declared in <bslim_printer.h>

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