cppwinrt/strings/base_reference_produce_1.h

10 строки
260 B
C++

WINRT_EXPORT namespace winrt::Windows::Foundation
{
template <typename T>
bool operator==(IReference<T> const& left, IReference<T> const& right);
template <typename T>
bool operator!=(IReference<T> const& left, IReference<T> const& right);
}