 |
vector::vector - C++ Reference - cplusplus.com - The C++ Resources Network
(1) empty container constructor (default constructor) Constructs an empty container, with no elements. (2) fill constructor Constructs a container with n elements. Each element is a copy of val (if provided). (3) range constructor Constructs a container w
www.cplusplus.com |
 |