OpenCV
4.0.0-beta
Open Source Computer Vision
|
#include "gtype_traits.hpp"
Classes | |
class | check |
Public Types | |
using | type = decltype(test< T >(nullptr)) |
Static Public Member Functions | |
template<typename C > | |
static std::true_type | test (check< C, decltype(>ypeTraits< C >::wrap_value)> *) |
template<typename C > | |
static std::false_type | test (...) |
Static Public Attributes | |
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 |
|
static |