#include <opencv2/v4d/util.hpp>
|
template<typename T > |
static const void * | fn (const void *new_fn=nullptr) |
|
template<typename Tret , typename T > |
static Tret | lambda_ptr_exec () |
|
template<typename Tret = void, typename Tfp = Tret(*)(), typename T > |
static Tfp | ptr (T &t) |
|
◆ fn()
template<typename T >
static const void * cv::v4d::detail::Lambda::fn |
( |
const void * |
new_fn = nullptr | ) |
|
|
inlinestatic |
◆ lambda_ptr_exec()
template<typename Tret , typename T >
static Tret cv::v4d::detail::Lambda::lambda_ptr_exec |
( |
| ) |
|
|
inlinestatic |
◆ ptr()
template<typename Tret = void, typename Tfp = Tret(*)(), typename T >
static Tfp cv::v4d::detail::Lambda::ptr |
( |
T & |
t | ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: