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> sizeTag);

Parameters

Name

Description

printer

printer used to format each tuple element

data

tuple whose leading t_SIZE elements are printed

sizeTag

number of leading elements of data to print

Created with MrDocs