#include <unixstl/error/exceptions.hpp>
It does not throw, and its throw type is empty.
Public Types | |
Member Types  | |
| typedef unix_exception | thrown_type | 
| The thrown type.   | |
| typedef int | error_code_type | 
Public Member Functions | |
Operators  | |
| void | operator() () const | 
| Function call operator, taking no parameters.   | |
| void | operator() (error_code_type err) const | 
| Function call operator, taking one parameter.   | |
| void | operator() (char const *reason, error_code_type err) const | 
| Function call operator, taking two parameters.   | |
| typedef unix_exception thrown_type | 
The thrown type.
| void operator() | ( | ) |  const [inline] | 
        
Function call operator, taking no parameters.
| void operator() | ( | error_code_type | err | ) |  const [inline] | 
        
Function call operator, taking one parameter.
| void operator() | ( | char const * | reason, | |
| error_code_type | err | |||
| ) |  const [inline] | 
        
Function call operator, taking two parameters.
 1.5.6