// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.240405.15 #pragma once #ifndef WINRT_Windows_Security_Authentication_OnlineId_H #define WINRT_Windows_Security_Authentication_OnlineId_H #include "winrt/base.h" static_assert(winrt::check_version(CPPWINRT_VERSION, "2.0.240405.15"), "Mismatched C++/WinRT headers."); #define CPPWINRT_VERSION "2.0.240405.15" #include "winrt/impl/Windows.Foundation.2.h" #include "winrt/impl/Windows.Foundation.Collections.2.h" #include "winrt/impl/Windows.System.2.h" #include "winrt/impl/Windows.Security.Authentication.OnlineId.2.h" namespace winrt::impl { template auto consume_Windows_Security_Authentication_OnlineId_IOnlineIdAuthenticator::AuthenticateUserAsync(winrt::Windows::Security::Authentication::OnlineId::OnlineIdServiceTicketRequest const& request) const { void* authenticationOperation{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IOnlineIdAuthenticator)->AuthenticateUserAsync(*(void**)(&request), &authenticationOperation)); return winrt::Windows::Security::Authentication::OnlineId::UserAuthenticationOperation{ authenticationOperation, take_ownership_from_abi }; } template auto consume_Windows_Security_Authentication_OnlineId_IOnlineIdAuthenticator::AuthenticateUserAsync(param::iterable const& requests, winrt::Windows::Security::Authentication::OnlineId::CredentialPromptType const& credentialPromptType) const { void* authenticationOperation{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IOnlineIdAuthenticator)->AuthenticateUserAsyncAdvanced(*(void**)(&requests), static_cast(credentialPromptType), &authenticationOperation)); return winrt::Windows::Security::Authentication::OnlineId::UserAuthenticationOperation{ authenticationOperation, take_ownership_from_abi }; } template auto consume_Windows_Security_Authentication_OnlineId_IOnlineIdAuthenticator::SignOutUserAsync() const { void* signOutUserOperation{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IOnlineIdAuthenticator)->SignOutUserAsync(&signOutUserOperation)); return winrt::Windows::Security::Authentication::OnlineId::SignOutUserOperation{ signOutUserOperation, take_ownership_from_abi }; } template auto consume_Windows_Security_Authentication_OnlineId_IOnlineIdAuthenticator::ApplicationId(winrt::guid const& value) const { check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IOnlineIdAuthenticator)->put_ApplicationId(impl::bind_in(value))); } template auto consume_Windows_Security_Authentication_OnlineId_IOnlineIdAuthenticator::ApplicationId() const { winrt::guid value{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IOnlineIdAuthenticator)->get_ApplicationId(put_abi(value))); return value; } template auto consume_Windows_Security_Authentication_OnlineId_IOnlineIdAuthenticator::CanSignOut() const { bool value{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IOnlineIdAuthenticator)->get_CanSignOut(&value)); return value; } template auto consume_Windows_Security_Authentication_OnlineId_IOnlineIdAuthenticator::AuthenticatedSafeCustomerId() const { void* value{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IOnlineIdAuthenticator)->get_AuthenticatedSafeCustomerId(&value)); return hstring{ value, take_ownership_from_abi }; } template auto consume_Windows_Security_Authentication_OnlineId_IOnlineIdServiceTicket::Value() const { void* value{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IOnlineIdServiceTicket)->get_Value(&value)); return hstring{ value, take_ownership_from_abi }; } template auto consume_Windows_Security_Authentication_OnlineId_IOnlineIdServiceTicket::Request() const { void* value{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IOnlineIdServiceTicket)->get_Request(&value)); return winrt::Windows::Security::Authentication::OnlineId::OnlineIdServiceTicketRequest{ value, take_ownership_from_abi }; } template auto consume_Windows_Security_Authentication_OnlineId_IOnlineIdServiceTicket::ErrorCode() const { int32_t value{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IOnlineIdServiceTicket)->get_ErrorCode(&value)); return value; } template auto consume_Windows_Security_Authentication_OnlineId_IOnlineIdServiceTicketRequest::Service() const { void* value{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IOnlineIdServiceTicketRequest)->get_Service(&value)); return hstring{ value, take_ownership_from_abi }; } template auto consume_Windows_Security_Authentication_OnlineId_IOnlineIdServiceTicketRequest::Policy() const { void* value{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IOnlineIdServiceTicketRequest)->get_Policy(&value)); return hstring{ value, take_ownership_from_abi }; } template auto consume_Windows_Security_Authentication_OnlineId_IOnlineIdServiceTicketRequestFactory::CreateOnlineIdServiceTicketRequest(param::hstring const& service, param::hstring const& policy) const { void* onlineIdServiceTicketRequest{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IOnlineIdServiceTicketRequestFactory)->CreateOnlineIdServiceTicketRequest(*(void**)(&service), *(void**)(&policy), &onlineIdServiceTicketRequest)); return winrt::Windows::Security::Authentication::OnlineId::OnlineIdServiceTicketRequest{ onlineIdServiceTicketRequest, take_ownership_from_abi }; } template auto consume_Windows_Security_Authentication_OnlineId_IOnlineIdServiceTicketRequestFactory::CreateOnlineIdServiceTicketRequestAdvanced(param::hstring const& service) const { void* onlineIdServiceTicketRequest{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IOnlineIdServiceTicketRequestFactory)->CreateOnlineIdServiceTicketRequestAdvanced(*(void**)(&service), &onlineIdServiceTicketRequest)); return winrt::Windows::Security::Authentication::OnlineId::OnlineIdServiceTicketRequest{ onlineIdServiceTicketRequest, take_ownership_from_abi }; } template auto consume_Windows_Security_Authentication_OnlineId_IOnlineIdSystemAuthenticatorForUser::GetTicketAsync(winrt::Windows::Security::Authentication::OnlineId::OnlineIdServiceTicketRequest const& request) const { void* operation{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IOnlineIdSystemAuthenticatorForUser)->GetTicketAsync(*(void**)(&request), &operation)); return winrt::Windows::Foundation::IAsyncOperation{ operation, take_ownership_from_abi }; } template auto consume_Windows_Security_Authentication_OnlineId_IOnlineIdSystemAuthenticatorForUser::ApplicationId(winrt::guid const& value) const { check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IOnlineIdSystemAuthenticatorForUser)->put_ApplicationId(impl::bind_in(value))); } template auto consume_Windows_Security_Authentication_OnlineId_IOnlineIdSystemAuthenticatorForUser::ApplicationId() const { winrt::guid value{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IOnlineIdSystemAuthenticatorForUser)->get_ApplicationId(put_abi(value))); return value; } template auto consume_Windows_Security_Authentication_OnlineId_IOnlineIdSystemAuthenticatorForUser::User() const { void* user{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IOnlineIdSystemAuthenticatorForUser)->get_User(&user)); return winrt::Windows::System::User{ user, take_ownership_from_abi }; } template auto consume_Windows_Security_Authentication_OnlineId_IOnlineIdSystemAuthenticatorStatics::Default() const { void* value{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IOnlineIdSystemAuthenticatorStatics)->get_Default(&value)); return winrt::Windows::Security::Authentication::OnlineId::OnlineIdSystemAuthenticatorForUser{ value, take_ownership_from_abi }; } template auto consume_Windows_Security_Authentication_OnlineId_IOnlineIdSystemAuthenticatorStatics::GetForUser(winrt::Windows::System::User const& user) const { void* value{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IOnlineIdSystemAuthenticatorStatics)->GetForUser(*(void**)(&user), &value)); return winrt::Windows::Security::Authentication::OnlineId::OnlineIdSystemAuthenticatorForUser{ value, take_ownership_from_abi }; } template auto consume_Windows_Security_Authentication_OnlineId_IOnlineIdSystemIdentity::Ticket() const { void* value{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IOnlineIdSystemIdentity)->get_Ticket(&value)); return winrt::Windows::Security::Authentication::OnlineId::OnlineIdServiceTicket{ value, take_ownership_from_abi }; } template auto consume_Windows_Security_Authentication_OnlineId_IOnlineIdSystemIdentity::Id() const { void* value{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IOnlineIdSystemIdentity)->get_Id(&value)); return hstring{ value, take_ownership_from_abi }; } template auto consume_Windows_Security_Authentication_OnlineId_IOnlineIdSystemTicketResult::Identity() const { void* value{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IOnlineIdSystemTicketResult)->get_Identity(&value)); return winrt::Windows::Security::Authentication::OnlineId::OnlineIdSystemIdentity{ value, take_ownership_from_abi }; } template auto consume_Windows_Security_Authentication_OnlineId_IOnlineIdSystemTicketResult::Status() const { winrt::Windows::Security::Authentication::OnlineId::OnlineIdSystemTicketStatus value{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IOnlineIdSystemTicketResult)->get_Status(reinterpret_cast(&value))); return value; } template auto consume_Windows_Security_Authentication_OnlineId_IOnlineIdSystemTicketResult::ExtendedError() const { winrt::hresult value{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IOnlineIdSystemTicketResult)->get_ExtendedError(put_abi(value))); return value; } template auto consume_Windows_Security_Authentication_OnlineId_IUserIdentity::Tickets() const { void* value{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IUserIdentity)->get_Tickets(&value)); return winrt::Windows::Foundation::Collections::IVectorView{ value, take_ownership_from_abi }; } template auto consume_Windows_Security_Authentication_OnlineId_IUserIdentity::Id() const { void* value{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IUserIdentity)->get_Id(&value)); return hstring{ value, take_ownership_from_abi }; } template auto consume_Windows_Security_Authentication_OnlineId_IUserIdentity::SafeCustomerId() const { void* value{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IUserIdentity)->get_SafeCustomerId(&value)); return hstring{ value, take_ownership_from_abi }; } template auto consume_Windows_Security_Authentication_OnlineId_IUserIdentity::SignInName() const { void* value{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IUserIdentity)->get_SignInName(&value)); return hstring{ value, take_ownership_from_abi }; } template auto consume_Windows_Security_Authentication_OnlineId_IUserIdentity::FirstName() const { void* value{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IUserIdentity)->get_FirstName(&value)); return hstring{ value, take_ownership_from_abi }; } template auto consume_Windows_Security_Authentication_OnlineId_IUserIdentity::LastName() const { void* value{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IUserIdentity)->get_LastName(&value)); return hstring{ value, take_ownership_from_abi }; } template auto consume_Windows_Security_Authentication_OnlineId_IUserIdentity::IsBetaAccount() const { bool value{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IUserIdentity)->get_IsBetaAccount(&value)); return value; } template auto consume_Windows_Security_Authentication_OnlineId_IUserIdentity::IsConfirmedPC() const { bool value{}; check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Security::Authentication::OnlineId::IUserIdentity)->get_IsConfirmedPC(&value)); return value; } #ifndef WINRT_LEAN_AND_MEAN template struct produce : produce_base { int32_t __stdcall AuthenticateUserAsync(void* request, void** authenticationOperation) noexcept final try { clear_abi(authenticationOperation); typename D::abi_guard guard(this->shim()); *authenticationOperation = detach_from(this->shim().AuthenticateUserAsync(*reinterpret_cast(&request))); return 0; } catch (...) { return to_hresult(); } int32_t __stdcall AuthenticateUserAsyncAdvanced(void* requests, int32_t credentialPromptType, void** authenticationOperation) noexcept final try { clear_abi(authenticationOperation); typename D::abi_guard guard(this->shim()); *authenticationOperation = detach_from(this->shim().AuthenticateUserAsync(*reinterpret_cast const*>(&requests), *reinterpret_cast(&credentialPromptType))); return 0; } catch (...) { return to_hresult(); } int32_t __stdcall SignOutUserAsync(void** signOutUserOperation) noexcept final try { clear_abi(signOutUserOperation); typename D::abi_guard guard(this->shim()); *signOutUserOperation = detach_from(this->shim().SignOutUserAsync()); return 0; } catch (...) { return to_hresult(); } int32_t __stdcall put_ApplicationId(winrt::guid value) noexcept final try { typename D::abi_guard guard(this->shim()); this->shim().ApplicationId(*reinterpret_cast(&value)); return 0; } catch (...) { return to_hresult(); } int32_t __stdcall get_ApplicationId(winrt::guid* value) noexcept final try { typename D::abi_guard guard(this->shim()); *value = detach_from(this->shim().ApplicationId()); return 0; } catch (...) { return to_hresult(); } int32_t __stdcall get_CanSignOut(bool* value) noexcept final try { typename D::abi_guard guard(this->shim()); *value = detach_from(this->shim().CanSignOut()); return 0; } catch (...) { return to_hresult(); } int32_t __stdcall get_AuthenticatedSafeCustomerId(void** value) noexcept final try { clear_abi(value); typename D::abi_guard guard(this->shim()); *value = detach_from(this->shim().AuthenticatedSafeCustomerId()); return 0; } catch (...) { return to_hresult(); } }; #endif #ifndef WINRT_LEAN_AND_MEAN template struct produce : produce_base { int32_t __stdcall get_Value(void** value) noexcept final try { clear_abi(value); typename D::abi_guard guard(this->shim()); *value = detach_from(this->shim().Value()); return 0; } catch (...) { return to_hresult(); } int32_t __stdcall get_Request(void** value) noexcept final try { clear_abi(value); typename D::abi_guard guard(this->shim()); *value = detach_from(this->shim().Request()); return 0; } catch (...) { return to_hresult(); } int32_t __stdcall get_ErrorCode(int32_t* value) noexcept final try { typename D::abi_guard guard(this->shim()); *value = detach_from(this->shim().ErrorCode()); return 0; } catch (...) { return to_hresult(); } }; #endif #ifndef WINRT_LEAN_AND_MEAN template struct produce : produce_base { int32_t __stdcall get_Service(void** value) noexcept final try { clear_abi(value); typename D::abi_guard guard(this->shim()); *value = detach_from(this->shim().Service()); return 0; } catch (...) { return to_hresult(); } int32_t __stdcall get_Policy(void** value) noexcept final try { clear_abi(value); typename D::abi_guard guard(this->shim()); *value = detach_from(this->shim().Policy()); return 0; } catch (...) { return to_hresult(); } }; #endif #ifndef WINRT_LEAN_AND_MEAN template struct produce : produce_base { int32_t __stdcall CreateOnlineIdServiceTicketRequest(void* service, void* policy, void** onlineIdServiceTicketRequest) noexcept final try { clear_abi(onlineIdServiceTicketRequest); typename D::abi_guard guard(this->shim()); *onlineIdServiceTicketRequest = detach_from(this->shim().CreateOnlineIdServiceTicketRequest(*reinterpret_cast(&service), *reinterpret_cast(&policy))); return 0; } catch (...) { return to_hresult(); } int32_t __stdcall CreateOnlineIdServiceTicketRequestAdvanced(void* service, void** onlineIdServiceTicketRequest) noexcept final try { clear_abi(onlineIdServiceTicketRequest); typename D::abi_guard guard(this->shim()); *onlineIdServiceTicketRequest = detach_from(this->shim().CreateOnlineIdServiceTicketRequestAdvanced(*reinterpret_cast(&service))); return 0; } catch (...) { return to_hresult(); } }; #endif #ifndef WINRT_LEAN_AND_MEAN template struct produce : produce_base { int32_t __stdcall GetTicketAsync(void* request, void** operation) noexcept final try { clear_abi(operation); typename D::abi_guard guard(this->shim()); *operation = detach_from>(this->shim().GetTicketAsync(*reinterpret_cast(&request))); return 0; } catch (...) { return to_hresult(); } int32_t __stdcall put_ApplicationId(winrt::guid value) noexcept final try { typename D::abi_guard guard(this->shim()); this->shim().ApplicationId(*reinterpret_cast(&value)); return 0; } catch (...) { return to_hresult(); } int32_t __stdcall get_ApplicationId(winrt::guid* value) noexcept final try { typename D::abi_guard guard(this->shim()); *value = detach_from(this->shim().ApplicationId()); return 0; } catch (...) { return to_hresult(); } int32_t __stdcall get_User(void** user) noexcept final try { clear_abi(user); typename D::abi_guard guard(this->shim()); *user = detach_from(this->shim().User()); return 0; } catch (...) { return to_hresult(); } }; #endif #ifndef WINRT_LEAN_AND_MEAN template struct produce : produce_base { int32_t __stdcall get_Default(void** value) noexcept final try { clear_abi(value); typename D::abi_guard guard(this->shim()); *value = detach_from(this->shim().Default()); return 0; } catch (...) { return to_hresult(); } int32_t __stdcall GetForUser(void* user, void** value) noexcept final try { clear_abi(value); typename D::abi_guard guard(this->shim()); *value = detach_from(this->shim().GetForUser(*reinterpret_cast(&user))); return 0; } catch (...) { return to_hresult(); } }; #endif #ifndef WINRT_LEAN_AND_MEAN template struct produce : produce_base { int32_t __stdcall get_Ticket(void** value) noexcept final try { clear_abi(value); typename D::abi_guard guard(this->shim()); *value = detach_from(this->shim().Ticket()); return 0; } catch (...) { return to_hresult(); } int32_t __stdcall get_Id(void** value) noexcept final try { clear_abi(value); typename D::abi_guard guard(this->shim()); *value = detach_from(this->shim().Id()); return 0; } catch (...) { return to_hresult(); } }; #endif #ifndef WINRT_LEAN_AND_MEAN template struct produce : produce_base { int32_t __stdcall get_Identity(void** value) noexcept final try { clear_abi(value); typename D::abi_guard guard(this->shim()); *value = detach_from(this->shim().Identity()); return 0; } catch (...) { return to_hresult(); } int32_t __stdcall get_Status(int32_t* value) noexcept final try { typename D::abi_guard guard(this->shim()); *value = detach_from(this->shim().Status()); return 0; } catch (...) { return to_hresult(); } int32_t __stdcall get_ExtendedError(winrt::hresult* value) noexcept final try { zero_abi(value); typename D::abi_guard guard(this->shim()); *value = detach_from(this->shim().ExtendedError()); return 0; } catch (...) { return to_hresult(); } }; #endif #ifndef WINRT_LEAN_AND_MEAN template struct produce : produce_base { int32_t __stdcall get_Tickets(void** value) noexcept final try { clear_abi(value); typename D::abi_guard guard(this->shim()); *value = detach_from>(this->shim().Tickets()); return 0; } catch (...) { return to_hresult(); } int32_t __stdcall get_Id(void** value) noexcept final try { clear_abi(value); typename D::abi_guard guard(this->shim()); *value = detach_from(this->shim().Id()); return 0; } catch (...) { return to_hresult(); } int32_t __stdcall get_SafeCustomerId(void** value) noexcept final try { clear_abi(value); typename D::abi_guard guard(this->shim()); *value = detach_from(this->shim().SafeCustomerId()); return 0; } catch (...) { return to_hresult(); } int32_t __stdcall get_SignInName(void** value) noexcept final try { clear_abi(value); typename D::abi_guard guard(this->shim()); *value = detach_from(this->shim().SignInName()); return 0; } catch (...) { return to_hresult(); } int32_t __stdcall get_FirstName(void** value) noexcept final try { clear_abi(value); typename D::abi_guard guard(this->shim()); *value = detach_from(this->shim().FirstName()); return 0; } catch (...) { return to_hresult(); } int32_t __stdcall get_LastName(void** value) noexcept final try { clear_abi(value); typename D::abi_guard guard(this->shim()); *value = detach_from(this->shim().LastName()); return 0; } catch (...) { return to_hresult(); } int32_t __stdcall get_IsBetaAccount(bool* value) noexcept final try { typename D::abi_guard guard(this->shim()); *value = detach_from(this->shim().IsBetaAccount()); return 0; } catch (...) { return to_hresult(); } int32_t __stdcall get_IsConfirmedPC(bool* value) noexcept final try { typename D::abi_guard guard(this->shim()); *value = detach_from(this->shim().IsConfirmedPC()); return 0; } catch (...) { return to_hresult(); } }; #endif } WINRT_EXPORT namespace winrt::Windows::Security::Authentication::OnlineId { inline OnlineIdAuthenticator::OnlineIdAuthenticator() : OnlineIdAuthenticator(impl::call_factory_cast([](winrt::Windows::Foundation::IActivationFactory const& f) { return f.template ActivateInstance(); })) { } inline OnlineIdServiceTicketRequest::OnlineIdServiceTicketRequest(param::hstring const& service, param::hstring const& policy) : OnlineIdServiceTicketRequest(impl::call_factory([&](IOnlineIdServiceTicketRequestFactory const& f) { return f.CreateOnlineIdServiceTicketRequest(service, policy); })) { } inline OnlineIdServiceTicketRequest::OnlineIdServiceTicketRequest(param::hstring const& service) : OnlineIdServiceTicketRequest(impl::call_factory([&](IOnlineIdServiceTicketRequestFactory const& f) { return f.CreateOnlineIdServiceTicketRequestAdvanced(service); })) { } inline auto OnlineIdSystemAuthenticator::Default() { return impl::call_factory_cast([](IOnlineIdSystemAuthenticatorStatics const& f) { return f.Default(); }); } inline auto OnlineIdSystemAuthenticator::GetForUser(winrt::Windows::System::User const& user) { return impl::call_factory([&](IOnlineIdSystemAuthenticatorStatics const& f) { return f.GetForUser(user); }); } } namespace std { #ifndef WINRT_LEAN_AND_MEAN template<> struct hash : winrt::impl::hash_base {}; template<> struct hash : winrt::impl::hash_base {}; template<> struct hash : winrt::impl::hash_base {}; template<> struct hash : winrt::impl::hash_base {}; template<> struct hash : winrt::impl::hash_base {}; template<> struct hash : winrt::impl::hash_base {}; template<> struct hash : winrt::impl::hash_base {}; template<> struct hash : winrt::impl::hash_base {}; template<> struct hash : winrt::impl::hash_base {}; template<> struct hash : winrt::impl::hash_base {}; template<> struct hash : winrt::impl::hash_base {}; template<> struct hash : winrt::impl::hash_base {}; template<> struct hash : winrt::impl::hash_base {}; template<> struct hash : winrt::impl::hash_base {}; template<> struct hash : winrt::impl::hash_base {}; template<> struct hash : winrt::impl::hash_base {}; template<> struct hash : winrt::impl::hash_base {}; template<> struct hash : winrt::impl::hash_base {}; template<> struct hash : winrt::impl::hash_base {}; #endif #ifdef __cpp_lib_format #endif } #endif