std::basic_stacktrace<Allocator>::swap

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

# Return value

(none)

# Example

This section is incompleteReason: no example

# See also