graph
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Typedefs
cuda_managed_vector.hpp File Reference
#include <vector>
#include "pangolin/allocator/cuda_managed.hpp"
Include dependency graph for cuda_managed_vector.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

template<typename T >
using CUDAManagedVector = std::vector< T, CUDAManagedAllocator< T > >
 

Typedef Documentation

◆ CUDAManagedVector

template<typename T >
using CUDAManagedVector = std::vector<T, CUDAManagedAllocator<T> >