Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
An exception that is thrown due to invalid arguments.
In the exception hierarchy, std::invalid_argument is a derived class from std::logic_error.
std::invalid_argument is thrown when the constructor of std::bitset is given a std::string that does not consist of zeroes and ones:
#include <bitset> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.