_FunctorTypeTraits  900 modules/highgui/src/ppltasks_winrt.h     struct _FunctorTypeTraits<_T *>
_FunctorTypeTraits  919 modules/highgui/src/ppltasks_winrt.h     template<typename _Function, typename _ExpectedParameterType, const bool _IsVoidConversion = std::is_same<decltype(_IsVoidConversionHelper(stdx::declval<_Function>(), 0)), std::true_type>::value, const size_t _Count = _FunctorTypeTraits<_Function>::_ArgumentCount>
_FunctorTypeTraits  922 modules/highgui/src/ppltasks_winrt.h         typedef typename _Unhat<typename _FunctorTypeTraits<_Function>::_Argument2Type>::_Value _FuncRetType;
_FunctorTypeTraits  923 modules/highgui/src/ppltasks_winrt.h         static_assert(std::is_same<typename _FunctorTypeTraits<_Function>::_Argument1Type, _ExpectedParameterType>::value ||
_FunctorTypeTraits  924 modules/highgui/src/ppltasks_winrt.h                     std::is_same<typename _FunctorTypeTraits<_Function>::_Argument1Type, task<_ExpectedParameterType>>::value, "incorrect parameter type for the callable object in 'then'; consider _ExpectedParameterType or task<_ExpectedParameterType> (see below)");
_FunctorTypeTraits  926 modules/highgui/src/ppltasks_winrt.h         typedef decltype(_VoidIsTaskHelper(stdx::declval<_FunctorTypeTraits<_Function>::_Argument1Type>(), 0)) _Takes_task;
_FunctorTypeTraits  934 modules/highgui/src/ppltasks_winrt.h         static_assert(std::is_same<typename _FunctorTypeTraits<_Function>::_Argument1Type, _ExpectedParameterType>::value ||
_FunctorTypeTraits  935 modules/highgui/src/ppltasks_winrt.h                     std::is_same<typename _FunctorTypeTraits<_Function>::_Argument1Type, task<_ExpectedParameterType>>::value, "incorrect parameter type for the callable object in 'then'; consider _ExpectedParameterType or task<_ExpectedParameterType> (see below)");
_FunctorTypeTraits  937 modules/highgui/src/ppltasks_winrt.h         typedef decltype(_VoidIsTaskHelper(stdx::declval<_FunctorTypeTraits<_Function>::_Argument1Type>(), 0)) _Takes_task;
_FunctorTypeTraits  944 modules/highgui/src/ppltasks_winrt.h         static_assert(std::is_same<typename _FunctorTypeTraits<_Function>::_Argument1Type, decltype(_To_task())>::value, "incorrect parameter type for the callable object in 'then'; consider _ExpectedParameterType or task<_ExpectedParameterType> (see below)");
_FunctorTypeTraits  946 modules/highgui/src/ppltasks_winrt.h         typedef decltype(_VoidIsTaskHelper(stdx::declval<_FunctorTypeTraits<_Function>::_Argument1Type>(), 0)) _Takes_task;
_FunctorTypeTraits  952 modules/highgui/src/ppltasks_winrt.h         typedef typename _Unhat<typename _FunctorTypeTraits<_Function>::_Argument1Type>::_Value _FuncRetType;
_FunctorTypeTraits 6429 modules/highgui/src/ppltasks_winrt.h     template<typename _T, size_t count = _FunctorTypeTraits<_T>::_ArgumentCount>
_FunctorTypeTraits 6443 modules/highgui/src/ppltasks_winrt.h         typedef typename _FunctorTypeTraits<_T>::_Argument1Type _Argument1Type;
_FunctorTypeTraits 6458 modules/highgui/src/ppltasks_winrt.h         typedef typename _FunctorTypeTraits<_T>::_Argument1Type _Argument1Type;
_FunctorTypeTraits 6459 modules/highgui/src/ppltasks_winrt.h         typedef typename _FunctorTypeTraits<_T>::_Argument2Type _Argument2Type;
_FunctorTypeTraits 6474 modules/highgui/src/ppltasks_winrt.h         typedef typename _FunctorTypeTraits<_T>::_Argument1Type _Argument1Type;
_FunctorTypeTraits 6481 modules/highgui/src/ppltasks_winrt.h         typedef typename _FunctorTypeTraits<_T>::_Argument3Type _ReturnType;
_FunctorTypeTraits 7262 modules/highgui/src/ppltasks_winrt.h         typedef typename _FunctorTypeTraits<_Function>::_Argument1Type _Argument1Type;
_FunctorTypeTraits  919 modules/videoio/src/ppltasks_winrt.hpp     template<typename _Function, typename _ExpectedParameterType, const bool _IsVoidConversion = std::is_same<decltype(_IsVoidConversionHelper(stdx::declval<_Function>(), 0)), std::true_type>::value, const size_t _Count = _FunctorTypeTraits<_Function>::_ArgumentCount>
_FunctorTypeTraits  922 modules/videoio/src/ppltasks_winrt.hpp         typedef typename _Unhat<typename _FunctorTypeTraits<_Function>::_Argument2Type>::_Value _FuncRetType;
_FunctorTypeTraits  923 modules/videoio/src/ppltasks_winrt.hpp         static_assert(std::is_same<typename _FunctorTypeTraits<_Function>::_Argument1Type, _ExpectedParameterType>::value ||
_FunctorTypeTraits  924 modules/videoio/src/ppltasks_winrt.hpp                     std::is_same<typename _FunctorTypeTraits<_Function>::_Argument1Type, task<_ExpectedParameterType>>::value, "incorrect parameter type for the callable object in 'then'; consider _ExpectedParameterType or task<_ExpectedParameterType> (see below)");
_FunctorTypeTraits  926 modules/videoio/src/ppltasks_winrt.hpp         typedef decltype(_VoidIsTaskHelper(stdx::declval<_FunctorTypeTraits<_Function>::_Argument1Type>(), 0)) _Takes_task;
_FunctorTypeTraits  934 modules/videoio/src/ppltasks_winrt.hpp         static_assert(std::is_same<typename _FunctorTypeTraits<_Function>::_Argument1Type, _ExpectedParameterType>::value ||
_FunctorTypeTraits  935 modules/videoio/src/ppltasks_winrt.hpp                     std::is_same<typename _FunctorTypeTraits<_Function>::_Argument1Type, task<_ExpectedParameterType>>::value, "incorrect parameter type for the callable object in 'then'; consider _ExpectedParameterType or task<_ExpectedParameterType> (see below)");
_FunctorTypeTraits  937 modules/videoio/src/ppltasks_winrt.hpp         typedef decltype(_VoidIsTaskHelper(stdx::declval<_FunctorTypeTraits<_Function>::_Argument1Type>(), 0)) _Takes_task;
_FunctorTypeTraits  944 modules/videoio/src/ppltasks_winrt.hpp         static_assert(std::is_same<typename _FunctorTypeTraits<_Function>::_Argument1Type, decltype(_To_task())>::value, "incorrect parameter type for the callable object in 'then'; consider _ExpectedParameterType or task<_ExpectedParameterType> (see below)");
_FunctorTypeTraits  946 modules/videoio/src/ppltasks_winrt.hpp         typedef decltype(_VoidIsTaskHelper(stdx::declval<_FunctorTypeTraits<_Function>::_Argument1Type>(), 0)) _Takes_task;
_FunctorTypeTraits  952 modules/videoio/src/ppltasks_winrt.hpp         typedef typename _Unhat<typename _FunctorTypeTraits<_Function>::_Argument1Type>::_Value _FuncRetType;
_FunctorTypeTraits 6429 modules/videoio/src/ppltasks_winrt.hpp     template<typename _T, size_t count = _FunctorTypeTraits<_T>::_ArgumentCount>
_FunctorTypeTraits 6443 modules/videoio/src/ppltasks_winrt.hpp         typedef typename _FunctorTypeTraits<_T>::_Argument1Type _Argument1Type;
_FunctorTypeTraits 6458 modules/videoio/src/ppltasks_winrt.hpp         typedef typename _FunctorTypeTraits<_T>::_Argument1Type _Argument1Type;
_FunctorTypeTraits 6459 modules/videoio/src/ppltasks_winrt.hpp         typedef typename _FunctorTypeTraits<_T>::_Argument2Type _Argument2Type;
_FunctorTypeTraits 6474 modules/videoio/src/ppltasks_winrt.hpp         typedef typename _FunctorTypeTraits<_T>::_Argument1Type _Argument1Type;
_FunctorTypeTraits 6481 modules/videoio/src/ppltasks_winrt.hpp         typedef typename _FunctorTypeTraits<_T>::_Argument3Type _ReturnType;
_FunctorTypeTraits 7262 modules/videoio/src/ppltasks_winrt.hpp         typedef typename _FunctorTypeTraits<_Function>::_Argument1Type _Argument1Type;