BloombergLP::bslim::Printer_Helper::printRaw

Print the elements of the specified tuple data to stream.

Synopsis

Declared in <bslim_printer.h>

template<class... t_TYPES>
static
void
printRaw(
    std::ostream& stream,
    bsl::tuple<t_TYPES...> const& data,
    int level,
    int spacesPerLevel,
    bslmf::SelectTraitCase<> traits);

Parameters

NameDescription
streamoutput stream to which data is printed
datatuple whose elements are printed
levelindentation level as defined by the BDE print contract
spacesPerLevelspaces per indentation level; negative for single-line output
traitsunused trait tag for overload resolution