From Jason Turner

[stacktrace.basic.mod]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpf84bvnhx/{from.md → to.md} +10 -0
tmp/tmpf84bvnhx/{from.md → to.md} RENAMED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ #### Modifiers <a id="stacktrace.basic.mod">[[stacktrace.basic.mod]]</a>
2
+
3
+ ``` cpp
4
+ void swap(basic_stacktrace& other)
5
+ noexcept(allocator_traits<Allocator>::propagate_on_container_swap::value ||
6
+ allocator_traits<Allocator>::is_always_equal::value);
7
+ ```
8
+
9
+ *Effects:* Exchanges the contents of `*this` and `other`.
10
+