Return a debug representation of the specified arg.
Declared in <bslim_testutil.h>
template<class T>
static
T const&
debugRep(T const& arg);
Return a const reference to the specified arg for use in debug printing macros.
debug representation of arg
| Name | Description |
|---|---|
| arg | value to represent for debugging |