libsigc++
3.0.2
|
#include <sigc++/adaptors/exception_catch.h>
Public Member Functions | |
exception_catch_functor (const T_functor& func, const T_catcher& catcher) | |
decltype(auto) | operator() () |
template<typename... T_arg> | |
decltype(auto) | operator() (T_arg... a) |
![]() | |
adapts (const T_functor& functor) | |
Constructs an adaptor that wraps the passed functor. More... | |
Public Attributes | |
T_catcher | catcher_ |
![]() | |
adaptor_type | functor_ |
Adaptor that is invoked from operator()(). More... | |
|
inline |
|
inline |
|
inline |
T_catcher sigc::exception_catch_functor< T_functor, T_catcher >::catcher_ |