printTupleElements overloads

Synopses

Declared in <bslim_printer.h>

No op.

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

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

Created with MrDocs