#include "gcommon.hpp"
|
| template<typename T , typename std::enable_if<!detail::is_compile_arg< T >::value, int >::type = 0> |
| | GCompileArg (T &&t) |
| |
| template<typename T > |
| T & | get () |
| |
| template<typename T > |
| const T & | get () const |
| |
§ GCompileArg()
template<typename T , typename std::enable_if<!detail::is_compile_arg< T >::value, int >::type = 0>
| cv::GCompileArg::GCompileArg |
( |
T && |
t | ) |
|
|
inlineexplicit |
§ get() [1/2]
template<typename T >
| T& cv::GCompileArg::get |
( |
| ) |
|
|
inline |
§ get() [2/2]
template<typename T >
| const T& cv::GCompileArg::get |
( |
| ) |
const |
|
inline |
§ tag
| std::string cv::GCompileArg::tag |
The documentation for this struct was generated from the following file: