#include <stlsoft/error/throw_policies.hpp>
It does not throw, and its throw type is empty.
Public Member Functions | |
Operators | |
| void | operator() () const |
| Function call operator, taking no parameters. | |
| template<typename T> | |
| void | operator() (T const &) const throw () |
| Function call operator, taking one parameter. | |
| template<typename T1, typename T2> | |
| void | operator() (T1 const &, T2 const &) const throw () |
| Function call operator, taking two parameters. | |
| template<typename T1, typename T2, typename T3> | |
| void | operator() (T1 const &, T2 const &, T3 const &) const throw () |
| Function call operator, taking three parameters. | |
| template<typename T1, typename T2, typename T3, typename T4> | |
| void | operator() (T1 const &, T2 const &, T3 const &, T4 const &) const throw () |
| Function call operator, taking four parameters. | |
Classes | |
| struct | thrown_type |
| The thrown type. More... | |
| void operator() | ( | ) | const [inline] |
Function call operator, taking no parameters.
| void operator() | ( | T const & | ) | const throw () [inline] |
Function call operator, taking one parameter.
| void operator() | ( | T1 const & | , | |
| T2 const & | ||||
| ) | const throw () [inline] |
Function call operator, taking two parameters.
| void operator() | ( | T1 const & | , | |
| T2 const & | , | |||
| T3 const & | ||||
| ) | const throw () [inline] |
Function call operator, taking three parameters.
| void operator() | ( | T1 const & | , | |
| T2 const & | , | |||
| T3 const & | , | |||
| T4 const & | ||||
| ) | const throw () [inline] |
Function call operator, taking four parameters.
1.5.6