We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a05a0 commit d3ad360Copy full SHA for d3ad360
sigc++/functors/slot_base.h
@@ -201,6 +201,11 @@ struct SIGC_API slot_do_unbind
201
*
202
* You can also pass slots as method parameters where you might normally pass a function pointer.
203
204
+ * @section slots-auto-disconnect Member Methods and Automatic Disconnection.
205
+ *
206
+ * See @ref mem_fun "sigc::mem_fun()" about deriving from sigc::trackable to prevent member
207
+ * methods from being called after the instance has been destroyed.
208
209
* @section slots-auto auto
210
211
* sigc::mem_fun() and sigc::ptr_fun() return functors, but those functors are
0 commit comments