opencv on mbed

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Allocator< _Tp > Class Template Reference

Allocator< _Tp > Class Template Reference
[Utility and system functions and macros]

#include <cvstd.hpp>


Detailed Description

template<typename _Tp>
class cv::Allocator< _Tp >

The STL-compilant memory Allocator based on cv::fastMalloc() and cv::fastFree()

Definition at line 130 of file cvstd.hpp.