OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
cv::detail::WrapValue< T, Custom > Struct Template Reference

#include <opencv2/gapi/gtype_traits.hpp>

Collaboration diagram for cv::detail::WrapValue< T, Custom >:

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>
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 >
static U cv::detail::WrapValue< T, Custom >::wrap_in ( const U &  u)
inlinestatic

◆ wrap_out()

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

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