DDD
1.9.0.20250409152518
util
vector.hh
Go to the documentation of this file.
1
#ifndef _VECTOR_HH_
2
#define _VECTOR_HH_
3
4
#include <vector>
5
6
#include "
ddd/util/configuration.hh
"
7
8
namespace
d3
{
namespace
util
9
{
10
11
template
12
<
13
typename
T
14
,
typename
Allocator =
typename
conf::allocator<T>::type
15
>
16
struct
vector
17
{
18
typedef
typename
std::vector<T,Allocator>
type
;
19
};
20
21
}}
// namespace d3::util
22
23
24
#endif
/* _VECTOR_HH_ */
configuration.hh
d3
Definition
Hom.cpp:41
conf::allocator::type
std::allocator< T > type
Definition
configuration.hh:39
d3::util::vector
Definition
vector.hh:17
d3::util::vector::type
std::vector< T, Allocator > type
Definition
vector.hh:18
Please
comment
this page and
report errors
about it on
the RefDocComments page
.
Generated on Wed Apr 9 2025 15:27:42 for DDD by
1.9.8