omni::delegate9::delegate9
NAME

omni::delegate9::delegate9

A member constructor of omni::delegate9

#include <omni/delegate/9.hpp>
omni::delegate9::delegate9(const delegate9< Ret PT1 PT2 PT3 PT4 PT5 PT6 PT7 PT8 PT9 >& cp)

SYNOPSIS

The copy constructor; copies another delegates target and method. The delegate being copied must be of the same signature.

top

DESCRIPTION

No description.

top

PARAMETERS

cp - The other delegate to copy

top

RETURN VALUES

No return value.

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