SYNOPSIS
A generic delegate that has 4 parameters and does not return a value.
top
A generic delegate that has 4 parameters and does not return a value.
#include <omni/delegate/4.hpp>
typedef omni::delegate4<void, void*, void*, void*, void*> omni::callback4
top