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
12
namespace
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_ */
openfpm
convert a type into constant type
Definition
aggregate.hpp:293
memory_traits_lin
Transform the boost::fusion::vector into memory specification (memory_traits)
Definition
memory_conf.hpp:243
openfpm_data
src
Vector
vector_def.hpp
Generated by
1.9.8