omni::delegate6::operator=

SYNOPSIS

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

#include <omni/delegate/6.hpp>
delegate6< Ret, PT1, PT2, PT3, PT4, PT5, PT6 >& omni::delegate6::operator=(const delegate6< Ret PT1 PT2 PT3 PT4 PT5 PT6 >& d)


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