Print the first and second members of the specified data pair.
Declared in <bslim_printer.h>
template<
class T1,
class T2>
static
void
printRaw(
std::ostream& stream,
bsl::pair<T1, T2> const& data,
int level,
int spacesPerLevel,
bslmf::SelectTraitCase<> traits);
| Name | Description |
|---|---|
| stream | output stream to which data is printed |
| data | pair whose members are printed |
| level | indentation level as defined by the BDE print contract |
| spacesPerLevel | spaces per indentation level; negative for single-line output |
| traits | unused trait tag for overload resolution |