__is_valid_winrt_type 344 modules/highgui/src/ppltasks_winrt.h template <typename _Type, bool _IsValueTypeOrRefType = __is_valid_winrt_type(_Type)> __is_valid_winrt_type 1379 modules/highgui/src/ppltasks_winrt.h static_assert(__is_valid_winrt_type(_Type*), "must be a WinRT array compatible type"); __is_valid_winrt_type 1416 modules/highgui/src/ppltasks_winrt.h static_assert(std::is_base_of<IUnknown, _Type>::value || __is_valid_winrt_type(_Type), "must be a COM or WinRT type"); __is_valid_winrt_type 344 modules/videoio/src/ppltasks_winrt.hpp template <typename _Type, bool _IsValueTypeOrRefType = __is_valid_winrt_type(_Type)> __is_valid_winrt_type 1379 modules/videoio/src/ppltasks_winrt.hpp static_assert(__is_valid_winrt_type(_Type*), "must be a WinRT array compatible type"); __is_valid_winrt_type 1416 modules/videoio/src/ppltasks_winrt.hpp static_assert(std::is_base_of<IUnknown, _Type>::value || __is_valid_winrt_type(_Type), "must be a COM or WinRT type");