OpenCV 4.5.3(日本語機械翻訳)
クラス | 公開型 | 公開メンバ関数 | 全メンバ一覧
cv::Allocator< _Tp > クラステンプレート

#include <cvstd.hpp>

クラス

class rebind

公開型

typedef _Tp value_type
typedef value_type * pointer
typedef const value_type * const_pointer
typedef value_type & reference
typedef const value_type & const_reference
typedef size_t size_type
typedef ptrdiff_t difference_type

公開メンバ関数

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

詳解

template<typename _Tp>
クラス cv::Allocator< _Tp >.

STL に準拠したメモリ.Allocatorに基づくcv::fastMalloc()およびcv::fastFree()


このクラス詳解は次のファイルから抽出されました: