BloombergLP::bslim::TestUtil::debugRep

debugRep overloads

Synopses

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...

Return Value

  • integer code point of arg
  • debug representation of arg

Parameters

NameDescription
argwide character whose code point is returned