Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

 

 

(C++) std::out_of_range

 

An exception derived from std::logic_error that can be thrown by the at member function (from for example a std::vector) and std::bitset<>::operator[]().

 

std::out_of_range is defined in the header file stdexcept.

 

 

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.