C++11 öncesinde bir türe eş isim (type alias) oluşturmanın tek yolu C’den gelen typedef bildirimleriydi: #include <vector>
#include <string> typedef int Word;
typedef int *Iptr;
typedef int SMatrix10[10][10];
typedef int(*Fptr)(int, int);
typedef const std::vector<std::string> Csvec; C++11 standartları ile türlere eş isim oluşturmak için ikinci bir araç daha geldi. Artık eş…