Struct cv::detail::has_Window#

Collaboration diagram for cv::detail::has_Window:

cv::detail::has_Window< C, T > Node1 cv::detail::has_Window < C, T >     Node2 bool     Node2->Node1 +value

cv::detail::has_Window< C, T > Node1 cv::detail::has_Window < C, T >     Node2 bool     Node2->Node1 +value

Member Typedef Documentation#

Result#

typedef decltype(Check< C >(0)) cv::detail::has_Window::Result

Member Function Documentation#

Check()#

template<typename>
static std::false_type cv::detail::has_Window::Check(…)

Check()#

template<class U>
static typename std::is_same< decltype(U::Window), T >::type cv::detail::has_Window::Check(U *)

Member Data Documentation#

value#

static bool cv::detail::has_Window::value = Result::value

Source file#

The documentation for this struct was generated from the following file: