forked from boostorg/exception
documentation update
[SVN r47496]
This commit is contained in:
@ -346,7 +346,7 @@ boost
|
|||||||
---unspecified--- <span class="RenoLink"><a href="enable_current_exception.html">enable_current_exception</a></span>( T const & e );</span>
|
---unspecified--- <span class="RenoLink"><a href="enable_current_exception.html">enable_current_exception</a></span>( T const & e );</span>
|
||||||
}</pre>
|
}</pre>
|
||||||
</div><h4>Requirements:</h4>
|
</div><h4>Requirements:</h4>
|
||||||
<p>T must have an accessible no-throw copy constructor.</p>
|
<p>T must be of user-defined type with an accessible no-throw copy constructor.</p>
|
||||||
<h4>Returns:</h4>
|
<h4>Returns:</h4>
|
||||||
<p>An object of <i>unspecified</i> type which derives publicly from T. That is, the returned object can be intercepted by a catch(T &).</p>
|
<p>An object of <i>unspecified</i> type which derives publicly from T. That is, the returned object can be intercepted by a catch(T &).</p>
|
||||||
<h4>Description:</h4>
|
<h4>Description:</h4>
|
||||||
|
@ -29,7 +29,7 @@ boost
|
|||||||
---unspecified--- <span class="RenoLink"><a href="enable_current_exception.html">enable_current_exception</a></span>( T const & e );</span>
|
---unspecified--- <span class="RenoLink"><a href="enable_current_exception.html">enable_current_exception</a></span>( T const & e );</span>
|
||||||
}</pre>
|
}</pre>
|
||||||
</div><h4>Requirements:</h4>
|
</div><h4>Requirements:</h4>
|
||||||
<p>T must have an accessible no-throw copy constructor.</p>
|
<p>T must be of user-defined type with an accessible no-throw copy constructor.</p>
|
||||||
<h4>Returns:</h4>
|
<h4>Returns:</h4>
|
||||||
<p>An object of <i>unspecified</i> type which derives publicly from T. That is, the returned object can be intercepted by a catch(T &).</p>
|
<p>An object of <i>unspecified</i> type which derives publicly from T. That is, the returned object can be intercepted by a catch(T &).</p>
|
||||||
<h4>Description:</h4>
|
<h4>Description:</h4>
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user