OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
vector_def.hpp
1/*
2 * vector_def.hpp
3 *
4 * Created on: Jun 29, 2017
5 * Author: i-bird
6 */
7
8#ifndef OPENFPM_DATA_SRC_VECTOR_VECTOR_DEF_HPP_
9#define OPENFPM_DATA_SRC_VECTOR_VECTOR_DEF_HPP_
10
11
12namespace openfpm
13{
14 template<typename T, typename Memory=HeapMemory, template<typename> class layout_base=memory_traits_lin , typename grow_p=grow_policy_double, unsigned int impl=vect_isel<T>::value> class vector;
15}
16
17
18#endif /* OPENFPM_DATA_SRC_VECTOR_VECTOR_DEF_HPP_ */
convert a type into constant type
Transform the boost::fusion::vector into memory specification (memory_traits)