Throw a std::out_of_range exception supplying the specified message as the sole argument to its constructor.
Declared in <bslstl_stdexceptutil.h>
[[noreturn]]
static
void
throwOutOfRange(char const* message);
This function does not return.
| Name | Description |
|---|---|
| message | null-terminated message for the exception |