Print the first and second members of the specified data pair.

Synopsis

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

Created with MrDocs