libsigc++  3.4.0
Public Member Functions | List of all members
sigc::hide_functor< I_location, T_functor > Struct Template Reference

Adaptor that adds a dummy parameter to the wrapped functor. More...

#include <sigc++/adaptors/hide.h>

Inheritance diagram for sigc::hide_functor< I_location, T_functor >:
Inheritance graph
[legend]

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,