| 15 | { |
| 16 | |
| 17 | std::wstring Hash::ToString() const |
| 18 | { |
| 19 | return SampleFramework12::ToString(A) + L"_" + SampleFramework12::ToString(B); |
| 20 | } |
| 21 | |
| 22 | // Platform-specific functions and macros |
| 23 | #define FORCE_INLINE __forceinline |
no test coverage detected