...

/

Introduction

Introduction

Get introduced to the concepts we will learn in this chapter.

We'll cover the following...

This chapter will introduce some essential classes from the C++ Utility library. Some of the metaprogramming techniques presented in the previous chapter will be used in order to work effectively with collections that contain elements of different types.

C++ containers are homogenous, ...