|
y3c-stl 0.4.0
Friendly C++ STL wrapper with automatic stacktrace
|
This is the complete list of members for out_of_range, including all inherited members.
| exception_base(const char *e_class, std::string &&func, std::string &&what, skip_trace_tag={}) | exception_base | inline |
| exception_base(const exception_base &)=delete | exception_base | |
| exception_base(exception_base &&other) | exception_base | inline |
| exceptions | exception_base | static |
| last_exception_id | exception_base | static |
| operator=(const exception_base &)=delete | exception_base | |
| operator=(exception_base &&)=delete | exception_base | |
| out_of_range(std::string func, std::size_t size, std::ptrdiff_t index, internal::skip_trace_tag={}) | out_of_range | inline |
| what() const noexcept override | out_of_range | inline |
| y3c::internal::exception_base::what | exception_base | protected |
| ~exception_base() | exception_base | inline |