OpenCV 4.10.0
开源计算机视觉
|
#include <opencv2/core/cvstd.hpp>
类 | |
类 | rebind |
公共类型 | |
typedef const value_type * | const_pointer |
typedef const value_type & | const_reference |
typedef ptrdiff_t | difference_type |
typedef value_type * | pointer |
typedef value_type & | reference |
typedef size_t | size_type |
typedef _Tp | value_type |
公共成员函数 | |
Allocator () | |
Allocator (Allocator const &) | |
template<typename U > | |
Allocator (Allocator< U > const &) | |
~Allocator () | |
const_pointer | address (const_reference r) |
pointer | address (reference r) |
pointer | allocate (size_type count, const void *=0) |
void | construct (pointer p, const _Tp &v) |
void | deallocate (pointer p, size_type) |
void | destroy (pointer p) |
size_type | max_size () const |
基于 cv::fastMalloc() 和 cv::fastFree() 的符合 STL 的内存 Allocator
typedef const value_type* cv::Allocator< _Tp >::const_pointer |
typedef const value_type& cv::Allocator< _Tp >::const_reference |
typedef ptrdiff_t cv::Allocator< _Tp >::difference_type |
typedef value_type* cv::Allocator< _Tp >::pointer |
typedef value_type& cv::Allocator< _Tp >::reference |
typedef size_t cv::Allocator< _Tp >::size_type |
typedef _Tp cv::Allocator< _Tp >::value_type |
|
inlineexplicit |
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |