// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #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 __declspec(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) {} ICharacterGrouping(ICharacterGrouping const&) noexcept = default; ICharacterGrouping(ICharacterGrouping&&) noexcept = default; ICharacterGrouping& operator=(ICharacterGrouping const&) & noexcept = default; ICharacterGrouping& operator=(ICharacterGrouping&&) & noexcept = default; }; struct __declspec(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) {} ICharacterGroupings(ICharacterGroupings const&) noexcept = default; ICharacterGroupings(ICharacterGroupings&&) noexcept = default; ICharacterGroupings& operator=(ICharacterGroupings const&) & noexcept = default; ICharacterGroupings& operator=(ICharacterGroupings&&) & noexcept = default; }; struct __declspec(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) {} ICharacterGroupingsFactory(ICharacterGroupingsFactory const&) noexcept = default; ICharacterGroupingsFactory(ICharacterGroupingsFactory&&) noexcept = default; ICharacterGroupingsFactory& operator=(ICharacterGroupingsFactory const&) & noexcept = default; ICharacterGroupingsFactory& operator=(ICharacterGroupingsFactory&&) & noexcept = default; }; } #endif