vector::vector - C++ Reference - cplusplus.com - The C++ Resources Network

vector::vector - C++ Reference - cplusplus.com - The C++ Resources Network

瀏覽:1271
日期:2024-05-17
(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...看更多