![]() |
![]() |
Public Member Functions | |
bound_argument (const const_reference_wrapper<T_wrapped>& _A_argument) | |
Constructor. | |
const const_limit_reference< T_wrapped >& | visit () const |
Retrieve the entity to visit in visit_each(). | |
const T_wrapped& | invoke () |
Retrieve the entity to pass to the bound functor or return. |
sigc::bound_argument<const_reference_wrapper<T_wrapped>>::bound_argument | ( | const const_reference_wrapper<T_wrapped>& | _A_argument | ) | [inline] |
Constructor.
_A_argument | The argument to bind. |
const const_limit_reference<T_wrapped>& sigc::bound_argument<const_reference_wrapper<T_wrapped>>::visit | ( | ) | const [inline] |
Retrieve the entity to visit in visit_each().
const T_wrapped& sigc::bound_argument<const_reference_wrapper<T_wrapped>>::invoke | ( | ) | [inline] |
Retrieve the entity to pass to the bound functor or return.