BloombergLP::bslim::TestUtil::debugRep

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

NameDescription
argvalue to represent for debugging