C++ Stdexcept Library - underflow_error



Description

It is a an underflow error exception and this class defines the type of objects thrown as exceptions to arithmetic underflow errors.

Declaration

Following is the declaration for std::underflow_error.

class underflow_error;

C++11

class underflow_error;

Parameters

none

Return Value

none

Members

constructor − Here the string passed as what_arg has the same content as the value returned by member what.

stdexcept.htm
Advertisements