DDD  1.9.0.20240826145154
vector.hh
Go to the documentation of this file.
1 #ifndef _VECTOR_HH_
2 #define _VECTOR_HH_
3 
4 #include <vector>
5 
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_ */
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 Mon Aug 26 2024 14:54:00 for DDD by doxygen 1.9.1