|
libsigc++
3.4.0
|
Adaptor that adds a dummy parameter to the wrapped functor. More...
#include <sigc++/adaptors/hide.h>

Public Member Functions | |
| hide_functor (const T_functor& func) | |
| Constructs a hide_functor object that adds a dummy parameter to the passed functor. More... | |
| template<typename... T_arg> | |
| decltype(auto) | operator() (T_arg&&... a) |
| Invokes the wrapped functor, | |