std::basic_stacktrace<Allocator>::swap
Min standard notice:
Exchanges the contents of the container with those of other. Does not invoke any move, copy, or swap operations on individual stacktrace_entry objects.
# Declarations
void swap( basic_stacktrace& other ) noexcept(/* see below */);
(since C++23)
# Parameters
other: basic_stacktrace to exchange the contents with
# Return value
(none)
# Example
This section is incompleteReason: no example