OpenCV 4.10.0
开源计算机视觉库
|
#include <opencv2/gapi/gtype_traits.hpp>
类 | |
class | check |
公共类型 | |
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 |
using cv::detail::has_custom_wrap< T >::type = decltype(test<T>(nullptr)) |
|
static |
|
static |
|
staticconstexpr |