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