#include <opencv2/gapi/gtype_traits.hpp>
|
using | type = decltype(test< T >(nullptr)) |
|
|
template<typename C > |
static std::false_type | test (...) |
|
template<typename C > |
static std::true_type | test (check< C, decltype(>ypeTraits< C >::wrap_value)> *) |
|
|
static const constexpr bool | value = std::is_same<std::true_type, decltype(test<T>(nullptr))>::value |
|
◆ type
◆ test() [1/2]
template<class T >
template<typename C >
◆ test() [2/2]
template<class T >
template<typename C >
◆ value
The documentation for this struct was generated from the following file: