KP>explicit vector ( size_type n, const T& value= T(), const Allocator& = Allocator() ); KP>
typedef struct _t { std::string id; std::vector< char > body; } t; vector<t> a;