Class delegate
Synopsis
#include <src/entt/signal/delegate.hpp>
template<typename>
class delegate
Description
Basic delegate implementation.
Primary template isn't defined on purpose. All the specializations give a compile-time error unless the template parameter is a function type.
Mentioned in
- Events, Signals And Everything In Between / Delegate
- Events, Signals And Everything In Between / Runtime arguments
- Events, Signals And Everything In Between / Lambda support
Source
Lines 81-82 in src/entt/signal/delegate.hpp.
template<typename>
class delegate;