Return a debug representation of the specified arg.

Synopsis

Declared in <bslim_testutil.h>

template<class T>
static
T const&
debugRep(T const& arg);

Description

Return a const reference to the specified arg for use in debug printing macros.

Return Value

debug representation of arg

Parameters

Name

Description

arg

value to represent for debugging

Created with MrDocs