Searched defs:ConvertForPrint (Results 1 – 1 of 1) sorted by relevance
310 static constexpr const void* ConvertForPrint(const char* str) { return str; } in ConvertForPrint() function312 static constexpr const void* ConvertForPrint(char* str) { return str; } in ConvertForPrint() function314 static constexpr const char* ConvertForPrint(CStringArg value) { in ConvertForPrint() function319 static constexpr T ConvertForPrint(T&& value) { in ConvertForPrint() function