|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Member functions | ||||
| Observers | ||||
| Query | ||||
| Non-member functions | ||||
| Helper classes | ||||
hash<std::stacktrace_entry> | ||||
Defined in header <stacktrace> | ||
template<>struct hash<std::stacktrace_entry>; | (since C++23) | |
The template specialization ofstd::hash forstd::stacktrace_entry allows users to obtain hashes of values of typestd::stacktrace_entry.
operator() of this specialization is noexcept.
| This section is incomplete Reason: no example |
(C++11) | hash function object (class template)[edit] |
| hash support forstd::basic_stacktrace (class template specialization)[edit] |