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