const CHAR_TYPE* Chusov::String::CstrLiteral | ( | const char * | pszByteStr, |
const wchar_t * | pszWideStr | ||
) |
Returns an argument of const CHAR_TYPE type.
CHAR_TYPE | specifies parameter of what type to return, for CHAR_TYPE=char the first parameter is returned, for CHAR_TYPE=wchar_t the second one is returned. |
pszByteStr | a pointer returned by the function if CHAR_TYPE=char |
pszWideStr | a pointer returned by the function if CHAR_TYPE=wchar_t |