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 |
sizeTag |
number of leading elements of |
Created with MrDocs