Проверка вектора на пустоту

arr.empty()
arr.sizeO == 0
arr.begin() == arr.end()
try{
arr.at(0);
}catch(std::out_of_range)
//. . .
}
».,it,c++