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);

Return a debug representation of the specified arg.

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

Return Value

  • integer code point of arg

  • debug representation of arg

Parameters

Name

Description

arg

wide character whose code point is returned

Created with MrDocs