// C++/WinRT v2.0.250303.1 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #ifndef WINRT_Windows_Globalization_Collation_1_H #define WINRT_Windows_Globalization_Collation_1_H #include "winrt/impl/Windows.Foundation.Collections.0.h" #include "winrt/impl/Windows.Globalization.Collation.0.h" WINRT_EXPORT namespace winrt::Windows::Globalization::Collation { struct WINRT_IMPL_EMPTY_BASES ICharacterGrouping : winrt::Windows::Foundation::IInspectable, impl::consume_t { ICharacterGrouping(std::nullptr_t = nullptr) noexcept {} ICharacterGrouping(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ICharacterGroupings : winrt::Windows::Foundation::IInspectable, impl::consume_t, impl::require, winrt::Windows::Foundation::Collections::IVectorView> { ICharacterGroupings(std::nullptr_t = nullptr) noexcept {} ICharacterGroupings(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ICharacterGroupingsFactory : winrt::Windows::Foundation::IInspectable, impl::consume_t { ICharacterGroupingsFactory(std::nullptr_t = nullptr) noexcept {} ICharacterGroupingsFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif