omni::event::event
NAME

omni::event::event

A member constructor of omni::event

#include <omni/delegate/0.hpp>
omni::event::event(const event< Ret >& cp)

SYNOPSIS

The copy constructor copies the elements from the event passed in.

top

DESCRIPTION

No description.

top

PARAMETERS

cp - The event 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