1#ifndef ENTT_SIGNAL_FWD_HPP
2#define ENTT_SIGNAL_FWD_HPP
11template<
typename = std::allocator<
void>>
14template<
typename,
typename = std::allocator<
void>>
24template<
typename Type,
typename = std::allocator<
void>>
41template<auto Cand
idate>
Basic dispatcher implementation.
Basic delegate implementation.
General purpose event emitter.
Unmanaged signal handler.
basic_dispatcher<> dispatcher
Alias declaration for the most common use case.
constexpr connect_arg_t< Candidate > connect_arg
Constant of type connect_arg_t used to disambiguate calls.
Disambiguation tag for constructors and the like.
connect_arg_t()=default
Default constructor.