EnTT 3.13.0
Loading...
Searching...
No Matches
entt::sigh< Type, typename > Class Template Reference

Unmanaged signal handler. More...

Detailed Description

template<typename Type, typename = std::allocator<void>>
class entt::sigh< Type, typename >

Unmanaged signal handler.

Primary template isn't defined on purpose. All the specializations give a compile-time error unless the template parameter is a function type.

Template Parameters
TypeA valid function type.
AllocatorType of allocator used to manage memory and elements.

Definition at line 25 of file fwd.hpp.


The documentation for this class was generated from the following file: