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