DDD 1.9.0.20250409152518
vector.hh
Go to the documentation of this file.
1#ifndef _VECTOR_HH_
2#define _VECTOR_HH_
3
4#include <vector>
5
7
8namespace d3 { namespace util
9{
10
11template
12 <
13 typename T
14 , typename Allocator = typename conf::allocator<T>::type
15 >
16struct vector
17{
18 typedef typename std::vector<T,Allocator> type;
19};
20
21}} // namespace d3::util
22
23
24#endif /* _VECTOR_HH_ */
Definition Hom.cpp:41
std::allocator< T > type
Definition configuration.hh:39
Definition vector.hh:17
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 doxygen 1.9.8