5#ifndef SAPPHIRE_LOGGER_EXCEPTION_EQUALS_1_GUARD
6#define SAPPHIRE_LOGGER_EXCEPTION_EQUALS_1_GUARD
39 std::wstring _predStr = L
"pred"
53 #define __SA_CREATE_EXCEPTION_Equals1(_baseInfo, _lhs) SA::Exception_Equals1(\
56 SA_WSTR(_lhs) L" == " + SA::ToWString(typeid(_lhs).name()) + L"(1)"\
Equals Exception base type implementation.
Equals 1 exception implementation.
Definition Exception_Equals1.hpp:24
Exception_Equals1(BaseInfo _info, const T &_lhs, std::wstring _predStr=L"pred") noexcept
Definition Exception_Equals1.hpp:36
Equals exception base type.
Definition Exception_Equals.hpp:24
Exception_Equals(BaseInfo _info, const T &_lhs, const T &_rhs, std::wstring _predStr=L"pred") noexcept
Definition Exception_Equals.hpp:39
Base exception create info.
Definition Exception.hpp:28