forked from boostorg/bind
Minor fixes
[SVN r11669]
This commit is contained in:
@@ -519,7 +519,7 @@ implicitly converted to <b>R</b>.
|
||||
implicitly converted to <b>R</b>.
|
||||
</p>
|
||||
<p>
|
||||
<b>Throws:</b> Nothing unless the copy constructors of <b>F</b> and <b>A1</b> throw an exception.
|
||||
<b>Throws:</b> Nothing unless the copy constructors of <b>F</b> or <b>A1</b> throw an exception.
|
||||
</p>
|
||||
|
||||
<h4><a name="bind_3_1">template<class F, class A1> <i>implementation-defined-3-1</i> bind(F f, A1 a1)</a></h4>
|
||||
@@ -560,7 +560,7 @@ implicitly converted to <b>R</b>.
|
||||
implicitly converted to <b>R</b>.
|
||||
</p>
|
||||
<p>
|
||||
<b>Throws:</b> Nothing unless the copy constructors of <b>F</b>, <b>A1</b> and <b>A2</b> throw an exception.
|
||||
<b>Throws:</b> Nothing unless the copy constructors of <b>F</b>, <b>A1</b> or <b>A2</b> throw an exception.
|
||||
</p>
|
||||
|
||||
<h4><a name="bind_7_1">template<class F, class A1, class A2> <i>implementation-defined-7-1</i> bind(F f, A1 a1, A2 a2)</a></h4>
|
||||
@@ -577,7 +577,7 @@ implicitly converted to <b>R</b>.
|
||||
<tt><b>f</b>(µ(<b>a1</b>, v<sub>1</sub>, v<sub>2</sub>, ..., v<sub>m</sub>), µ(<b>a2</b>, v<sub>1</sub>, v<sub>2</sub>, ..., v<sub>m</sub>))</tt>.
|
||||
</p>
|
||||
<p>
|
||||
<b>Throws:</b> Nothing unless the copy constructors of <b>A1</b> and <b>A2</b> throw an exception.
|
||||
<b>Throws:</b> Nothing unless the copy constructors of <b>A1</b> or <b>A2</b> throw an exception.
|
||||
</p>
|
||||
|
||||
<h4><a name="bind_9">template<class R, class T, class B1, class A1, class A2> <i>implementation-defined-9</i> bind(R (T::*f) (B1), A1 a1, A2 a2)</a></h4>
|
||||
|
Reference in New Issue
Block a user