forked from boostorg/function
referemce.html:
- Document swapping of mixins in swap() [SVN r10622]
This commit is contained in:
@ -170,7 +170,7 @@ namespace boost {
|
||||
|
||||
<p> <a name="functionN_swap"><code>void swap(function<i>N</i>& g);</code></a>
|
||||
<ul>
|
||||
<li><b>Effects</b>: interchanges the targets of <code>f</code> and <code>g</code>.</li>
|
||||
<li><b>Effects</b>: interchanges the targets of <code>f</code> and <code>g</code> and swaps the mixins of <code>f</code> and <code>g</code>.</li>
|
||||
<li><b>Throws</b>: will not throw.</li>
|
||||
</ul>
|
||||
|
||||
@ -247,7 +247,7 @@ inline void <a name="swap_function">swap</a>(const function<Arg1, Arg2, <i>..
|
||||
<address><a href="mailto:gregod@cs.rpi.edu">Douglas Gregor</a></address>
|
||||
<!-- Created: Fri Jul 13 10:57:20 EDT 2001 -->
|
||||
<!-- hhmts start -->
|
||||
Last modified: Sat Jul 14 16:04:32 EDT 2001
|
||||
Last modified: Sat Jul 14 16:05:46 EDT 2001
|
||||
<!-- hhmts end -->
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user