Print the address of the specified array data to stream.

Synopsis

Declared in <bslim_printer.h>

template<class TYPE>
static
void
printRaw(
    std::ostream& stream,
    TYPE const* data,
    int level,
    int spacesPerLevel,
    bslmf::SelectTraitCase<is_array> traits);

Parameters

Name

Description

stream

output stream to which data is printed

data

array to print as a pointer to its first element

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

Created with MrDocs