| libsigc++ 3.6.0
    | 
bound_argument object for a bound argument that is passed by bind() or returned by bind_return() by const reference, specialized for const reference_wrapper<> types. More...
#include <sigc++/adaptors/bound_argument.h>
| Public Member Functions | |
| bound_argument (const std::reference_wrapper< const T_wrapped > &arg) | |
| Constructor. | |
| const T_wrapped & | invoke () | 
| Retrieve the entity to pass to the bound functor or return. | |
| const limit_reference< const T_wrapped > & | visit () const | 
| Retrieve the entity to visit in visit_each(). | |
bound_argument object for a bound argument that is passed by bind() or returned by bind_return() by const reference, specialized for const reference_wrapper<> types.
| 
 | inline | 
Constructor.
| arg | The argument to bind. | 
| 
 | inline | 
Retrieve the entity to pass to the bound functor or return.
| 
 | inline | 
Retrieve the entity to visit in visit_each().