template class NCVVectorAlloc
#include <NCV.hpp> template <class T> class NCVVectorAlloc: public NCVVector { public: // construction NCVVectorAlloc( INCVMemAllocator& allocator_, Ncv32u length_ ); // methods Ncv32u getAllocatorsAlignment() const; NCVMemSegment getSegment() const; NcvBool isMemAllocated() const; };