...

/

Introduction

Introduction

The first category of containers we'll study are sequential containers. Listed below are the major features for various types of sequential containers.

The sequential containers have a lot in common, but each container has its special domain. Before we dive into the details, we’ll look at an overview of all five sequential containers of the std namespace.

Criterial Array Vector Deque List Forward List
Size static dynamic dynamic dynamic dynamic
Implementation
...