omni::delegate::operator=
NAME

omni::delegate::operator=

A operator of omni::delegate

#include <omni/delegate/0.hpp>
delegate< Ret >& omni::delegate::operator=(function_ptr fnptr)

SYNOPSIS

Allows for assignment to anonymous (non-member) functions by saying = &func_name

top

DESCRIPTION

No description found.

top

PARAMETERS top

fp - The function pointer to assign

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