コード例 #1
0
			template<> std::wstring ToString<XTools::int64>(const XTools::int64& t) { RETURN_WIDE_STRING(t); }
コード例 #2
0
			template<> std::wstring ToString<XTools::uint16>(const XTools::uint16& t) { RETURN_WIDE_STRING(t); }
コード例 #3
0
 template <> static std::wstring ToString<uint16_t>(const uint16_t& q) {
    RETURN_WIDE_STRING(q);
 }
コード例 #4
0
ファイル: ExceptionTest.cpp プロジェクト: ArthurKozyrev/Et
template<> static std::wstring ToString<Et::COM::ComPtr<Et::IExceptionInfo>> (const Et::COM::ComPtr<Et::IExceptionInfo>& t) { RETURN_WIDE_STRING(t); }
コード例 #5
0
ファイル: TestAsmJit.cpp プロジェクト: 9176324/Blackbone
template<> inline std::wstring ToString<__int64>( const __int64& t ) { RETURN_WIDE_STRING( t ); }