omni::delegate1::delegate1
NAME

omni::delegate1::delegate1

A member constructor of omni::delegate1

#include <omni/delegate/1.hpp>
omni::delegate1::delegate1(function_ptr fnptr)

SYNOPSIS

Creates a new instance from a non-member or static member function pointer.

top

DESCRIPTION

No description.

top

PARAMETERS

fnptr - The function pointer to attach

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