#include <opencv2/gapi/gtype_traits.hpp>
|
static auto | wrap (const T &t) -> typename std::remove_reference< T >::type |
|
template<typename U > |
static U | wrap_in (const U &u) |
|
template<typename U > |
static U * | wrap_out (U &u) |
|
◆ wrap()
template<typename T , class Custom = void>
static auto cv::detail::WrapValue< T, Custom >::wrap |
( |
const T & |
t | ) |
-> typename std::remove_reference<T>::type
|
|
inlinestatic |
◆ wrap_in()
template<typename T , class Custom = void>
template<typename U >
◆ wrap_out()
template<typename T , class Custom = void>
template<typename U >
The documentation for this struct was generated from the following file: