cpp · cpp/std--out_of_range
std--out_of_range
std::out_of_range
Thrown when an argument value is not in the expected range, such as accessing std::vector::at(), std::string::at(), or std::bitset::test() with an invalid index.
Thrown when an argument value is not in the expected range, such as accessing std::vector::at(), std::string::at(), or std::bitset::test() with an invalid index.