graph
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Typedefs
cuda_zero_copy_vector.hpp File Reference
#include <vector>
#include "pangolin/allocator/cuda_zero_copy.hpp"
Include dependency graph for cuda_zero_copy_vector.hpp:

Go to the source code of this file.

Typedefs

template<typename T >
using CUDAZeroCopyVector = std::vector< T, CUDAZeroCopyAllocator< T > >
 

Typedef Documentation

◆ CUDAZeroCopyVector

template<typename T >
using CUDAZeroCopyVector = std::vector<T, CUDAZeroCopyAllocator<T> >