NAME
A member operator of omni::delegate3
OVERLOADS
omni::delegate3::operator=
A member operator of omni::delegate3
#include <omni/delegate/3.hpp>delegate3< Ret, PT1, PT2, PT3 >& omni::delegate3::operator=(const delegate3< Ret, PT1, PT2, PT3 >& d)OVERLOADS
delegate3< Ret, PT1, PT2, PT3 >& omni::delegate3::operator=(function_ptr fnptr)
SYNOPSIS
The assignment operator is used to set the target and method of another delegate to this one.
top
The assignment operator is used to set the target and method of another delegate to this one.
top
CONSIDERATIONS
If there is a function currently attached and still running when this call is made to rebind, the attached function will continue to live in an undefined state. It will not stop upon unbinding and will likely have a corrupted stack pointer.
top
If there is a function currently attached and still running when this call is made to rebind, the attached function will continue to live in an undefined state. It will not stop upon unbinding and will likely have a corrupted stack pointer.
top