I start to learn std::array and found function to access array with .at(index of element). Is there any reason to it over array.[index of element] style?(e.g speed, exception or other)
std::array
.at(index of element)
array.[index of element]
Aucun commentaire:
Enregistrer un commentaire