omni::callback3
NAME

omni::callback3

A typedef of omni

#include <omni/delegate/3.hpp>
typedef omni::delegate3<void, void*, void*, void*> omni::callback3

SYNOPSIS

A generic delegate that has 3 parameters and does not return a value.

top

DESCRIPTION

No description.

top