Introduction

The typedef and (since C++11) using keywords can be used to give a new name to an existing type.

Syntax