If I want to get the size (number of elements) of an array I can use the sizeof(a) / sizeof(a[0]) but the new standard makes it possible to use Type Traits to d
sizeof(a) / sizeof(a[0])