OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::detail::WrapValue< T, Custom > Struct Template Reference

#include <opencv2/gapi/gtype_traits.hpp>

Static Public Member Functions

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)

Member Function Documentation

◆ wrap()

template<typename T, class Custom = void>
auto cv::detail::WrapValue< T, Custom >::wrap ( const T & t) ->typenamestd::remove_reference< T >::type
inlinestatic

◆ wrap_in()

template<typename T, class Custom = void>
template<typename U>
U cv::detail::WrapValue< T, Custom >::wrap_in ( const U & u)
inlinestatic

◆ wrap_out()

template<typename T, class Custom = void>
template<typename U>
U * cv::detail::WrapValue< T, Custom >::wrap_out ( U & u)
inlinestatic

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