#include "garg.hpp"
|
| GArg () |
|
template<typename T , typename std::enable_if<!detail::is_garg< T >::value, int >::type = 0> |
| GArg (const T &t) |
|
template<typename T , typename std::enable_if<!detail::is_garg< T >::value, int >::type = 0> |
| GArg (T &&t) |
|
template<typename T > |
T & | get () |
|
template<typename T > |
const T & | get () const |
|
template<typename T > |
T & | unsafe_get () |
|
template<typename T > |
const T & | unsafe_get () const |
|
§ GArg() [1/3]
§ GArg() [2/3]
template<typename T , typename std::enable_if<!detail::is_garg< T >::value, int >::type = 0>
cv::GArg::GArg |
( |
const T & |
t | ) |
|
|
inlineexplicit |
§ GArg() [3/3]
template<typename T , typename std::enable_if<!detail::is_garg< T >::value, int >::type = 0>
§ get() [1/2]
§ get() [2/2]
template<typename T >
const T& cv::GArg::get |
( |
| ) |
const |
|
inline |
§ unsafe_get() [1/2]
template<typename T >
T& cv::GArg::unsafe_get |
( |
| ) |
|
|
inline |
§ unsafe_get() [2/2]
template<typename T >
const T& cv::GArg::unsafe_get |
( |
| ) |
const |
|
inline |
§ kind
§ value
The documentation for this class was generated from the following file: