Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
unordered_set_exception Class Reference
[unordered_set]
Exception for the unordered_set. More...
#include <unordered_set.h>
Inherits etl::exception.
Inherited by unordered_set_full, unordered_set_iterator, and unordered_set_out_of_range.
Public Member Functions | |
string_type | what () const |
Gets the reason for the exception. | |
string_type | file_name () const |
Gets the file for the exception. | |
numeric_type | line_number () const |
Gets the line for the exception. |
Detailed Description
Exception for the unordered_set.
Definition at line 70 of file unordered_set.h.
Member Function Documentation
string_type file_name | ( | ) | const [inherited] |
Gets the file for the exception.
- Returns:
- const char* to the file.
Definition at line 89 of file exception.h.
numeric_type line_number | ( | ) | const [inherited] |
Gets the line for the exception.
- Returns:
- const char* to the line.
Definition at line 102 of file exception.h.
string_type what | ( | ) | const [inherited] |
Gets the reason for the exception.
- Returns:
- const char* to the reason.
Definition at line 79 of file exception.h.
Generated on Tue Jul 12 2022 14:05:55 by
