OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
cvstd_wrapper.hpp File Reference
#include "opencv2/core/cvdef.h"
#include <string>
#include <memory>
#include <type_traits>
Include dependency graph for cvstd_wrapper.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
 

Typedefs

template<typename _Tp >
using cv::Ptr = std::shared_ptr< _Tp >
 

Functions

template<typename _Tp , typename ... A1>
static Ptr< _Tpcv::makePtr (const A1 &... a1)