libsigc++ 3.6.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.
 
template<typename... T_arg>
decltype(autooperator() (T_arg &&... a)
 Invokes the wrapped functor, ignoring the argument at index I_location (0-indexed).
 
- Public Member Functions inherited from sigc::adapts< T_functor >
 adapts (const T_functor &functor)
 Constructs an adaptor that wraps the passed functor.
 

Additional Inherited Members

- Public Attributes inherited from sigc::adapts< T_functor >
adaptor_type functor_
 Adaptor that is invoked from operator()().
 

Detailed Description

template <int I_location, typename T_functor>
struct sigc::hide_functor< I_location, T_functor >

Adaptor that adds a dummy parameter to the wrapped functor.

Use the convenience function sigc::hide() to create an instance of sigc::hide_functor.

The following template arguments are used:

Constructor & Destructor Documentation

◆ hide_functor()

template <int I_location, typename T_functor >
sigc::hide_functor< I_location, T_functor >::hide_functor ( const T_functor &  func)
inlineexplicit

Constructs a hide_functor object that adds a dummy parameter to the passed functor.

Parameters
funcFunctor to invoke from operator()().

Member Function Documentation

◆ operator()()

template <int I_location, typename T_functor >
template <typename... T_arg>
decltype(auto) sigc::hide_functor< I_location, T_functor >::operator() ( T_arg &&...  a)
inline

Invokes the wrapped functor, ignoring the argument at index I_location (0-indexed).

Parameters
aArguments to be passed on to the functor, apart from the ignored argument.
Returns
The return value of the functor invocation.
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy