mirror of
https://github.com/boostorg/exception.git
synced 2025-07-29 03:57:18 +02:00
Merging in changes trunk updates: adding standard error_info typedefs, updating the documentation.
[SVN r55094]
This commit is contained in:
@ -59,6 +59,15 @@ typedef boost::<span class="RenoLink">error_info</span><struct tag_errno,int&
|
||||
if( int const * e=boost::<span class="RenoLink"><a href="get_error_info.html">get_error_info</a></span><errno_info>(x) )
|
||||
....
|
||||
}</pre>
|
||||
<p>For convenience and uniformity, Boost Exception defines the following commonly used <span class="RenoLink">error_info</span> typedefs, ready for use with <span class="RenoLink"><a href="exception_operator_shl.html">operator<<</a></span>:</p>
|
||||
<div class="RenoPageList"><a href="errinfo_api_function.html">errinfo_api_function<br/>
|
||||
</a><a href="errinfo_at_line.html">errinfo_at_line<br/>
|
||||
</a><a href="errinfo_errno.html">errinfo_errno<br/>
|
||||
</a><a href="errinfo_file_handle.html">errinfo_file_handle<br/>
|
||||
</a><a href="errinfo_file_name.html">errinfo_file_name<br/>
|
||||
</a><a href="errinfo_file_open_mode.html">errinfo_file_open_mode<br/>
|
||||
</a><a href="errinfo_type_info_name.html">errinfo_type_info_name<br/>
|
||||
</a></div>
|
||||
</div><div class="RenoAutoDIV"><div class="RenoHR"><hr/></div>
|
||||
<h3>See Also:</h3>
|
||||
<div class="RenoPageList"><a href="boost-exception.html">Boost Exception<br/>
|
||||
|
Reference in New Issue
Block a user