omni::delegate2::operator=
NAME

omni::delegate2::operator=

A operator of omni::delegate2

#include <omni/delegate/2.hpp>
delegate2< Ret, PT1, PT2 >& omni::delegate2::operator=(const delegate2< Ret PT1 PT2 >& d)
delegate2< Ret, PT1, PT2 >& omni::delegate2::operator=(function_ptr fnptr)

SYNOPSIS

The assignment operator is used to set the target and method of another delegate to this one.

top

DESCRIPTION

No description found.

top

PARAMETERS top

d - The right most operand which to assign to

RETURN VALUES

A reference to the current instance

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top