Searched defs:ConvertForPrint (Results 1 – 1 of 1) sorted by relevance
600 static constexpr const void* ConvertForPrint(const char* str) { return str; } in ConvertForPrint() function602 static constexpr const void* ConvertForPrint(char* str) { return str; } in ConvertForPrint() function604 static constexpr const char* ConvertForPrint(CStringArg value) { in ConvertForPrint() function609 static constexpr T ConvertForPrint(T&& value) { in ConvertForPrint() function