framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
stl_vector.hpp
Go to the documentation of this file.
1 // Copyright (C) 2012 iwg molw5
2 // For conditions of distribution and use, see copyright notice in COPYING
3 
13 #pragma once
14 
15 #include <vector>
16 
18 
19 namespace framework
20 {
21  namespace serializable
22  {
26  template <typename Size, typename Value>
28  }
29 }