std::swap(std::basic_stacktrace) - cppreference.com (original) (raw)

Specializes the std::swap algorithm for std::basic_stacktrace. Swaps the contents of lhs and rhs. Equivalent to lhs.swap(rhs);.

[edit] Parameters

lhs, rhs - stacktraces whose contents to swap

[edit] Return value

(none)

[edit] Complexity

Constant.

[edit] Example

[edit] See also

| | swaps the contents (public member function) [edit] | | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |