|  | OpenCV 4.13.0-dev
    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+= (cv::GIOProtoArgs< Tg > &lhs, const GIOProtoArgs< Tg > &rhs) | 
| This operator allows to complement the proto vectors at runtime. | |
| 
 | 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 |