OpenCV453
|
#include <cvstd.hpp>
クラス | |
class | rebind |
公開メンバ関数 | |
Allocator (Allocator const &) | |
template<typename U > | |
Allocator (Allocator< U > const &) | |
pointer | address (reference r) |
const_pointer | address (const_reference r) |
pointer | allocate (size_type count, const void *=0) |
void | deallocate (pointer p, size_type) |
void | construct (pointer p, const _Tp &v) |
void | destroy (pointer p) |
size_type | max_size () const |
The STL-compliant memory Allocator based on cv::fastMalloc() and cv::fastFree()