OpenCV  4.7.0-dev
Open Source Computer Vision
Public Types | List of all members
cv::InferAPI< Net, Ts > Struct Template Reference

#include <opencv2/gapi/infer.hpp>

Public Types

using type = typename std::enable_if< detail::valid_infer_types< Ts... >::value &&std::tuple_size< typename Net::InArgs >::value==sizeof...(Ts), std::function< typename Net::Result(Ts...)> >::type
 

Member Typedef Documentation

◆ type

template<class Net , class... Ts>
using cv::InferAPI< Net, Ts >::type = typename std::enable_if < detail::valid_infer_types<Ts...>::value && std::tuple_size<typename Net::InArgs>::value == sizeof...(Ts) , std::function<typename Net::Result(Ts...)> >::type

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