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