Thrust
Classes | Namespaces | Functions
host_vector.h File Reference

A dynamically-sizable array of elements which resides in memory accessible to hosts. More...

#include <thrust/detail/config.h>
#include <thrust/detail/memory_wrapper.h>
#include <thrust/detail/vector_base.h>
#include <vector>
#include <utility>

Go to the source code of this file.

Classes

class  thrust::host_vector< T, Alloc >
 

Namespaces

 thrust
 thrust is the top-level namespace which contains all Thrust functions and types.
 

Functions

template<typename T , typename Alloc >
void thrust::swap (host_vector< T, Alloc > &a, host_vector< T, Alloc > &b)
 

Detailed Description

A dynamically-sizable array of elements which resides in memory accessible to hosts.