|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Member functions | ||||
| Iterators | ||||
| Capacity | ||||
| Element access | ||||
| Modifiers | ||||
| Non-member functions | ||||
swap(std::basic_stacktrace) | ||||
| Helper classes | ||||
Defined in header <stacktrace> | ||
template<class Allocator> void swap(std::basic_stacktrace<Allocator>& lhs,std::basic_stacktrace<Allocator>& rhs) | (since C++23) | |
Specializes thestd::swap algorithm forstd::basic_stacktrace. Swaps the contents oflhs andrhs. Equivalent tolhs.swap(rhs);.
Contents |
| lhs, rhs | - | stacktraces whose contents to swap |
(none)
Constant.
| This section is incomplete Reason: no example |
| swaps the contents (public member function)[edit] |