![]()  | 
  
    OpenCV
    4.8.0
    
   Open Source Computer Vision 
   | 
 
#include <opencv2/gapi/gproto.hpp>
Public Member Functions | |
| GIOProtoArgs ()=default | |
| GIOProtoArgs (const GProtoArgs &args) | |
| GIOProtoArgs (GProtoArgs &&args) | |
Public Attributes | |
| GProtoArgs | m_args | 
Friends | |
| template<typename Tg > | |
| GIOProtoArgs< Tg > & | operator+= (GIOProtoArgs< Tg > &lhs, const GIOProtoArgs< Tg > &rhs) | 
| This operator allows to complement the proto vectors at runtime.  More... | |
      
  | 
  default | 
      
  | 
  inlineexplicit | 
      
  | 
  inlineexplicit | 
      
  | 
  friend | 
This operator allows to complement the proto vectors at runtime.
It's an ordinary overload of addition assignment operator.
Example of usage:
| GProtoArgs cv::GIOProtoArgs< Tag >::m_args | 
 1.8.13