Data Structures | |
struct | alloc |
C++11 allocator using volk_malloc and volk_free. More... | |
Typedefs | |
template<class T > | |
using | vector = std::vector< T, alloc< T > > |
type alias for std::vector using volk::alloc More... | |
Functions | |
template<class T , class U > | |
bool | operator== (alloc< T > const &, alloc< U > const &) |
template<class T , class U > | |
bool | operator!= (alloc< T > const &, alloc< U > const &) |
using volk::vector = typedef std::vector<T, alloc<T> > |
type alias for std::vector using volk::alloc
example code: volk::vector<float> v(100); // vector using volk_malloc, volk_free