debugRep overloads
Declared in <bslim_testutil.h>
Return the integer code point of the specified wide character arg.
static
int
debugRep(wchar_t arg);
» more...
Return a debug representation of the specified arg.
template<class T>
static
T const&
debugRep(T const& arg);
» more...
argarg| Name | Description |
|---|---|
| arg | wide character whose code point is returned |