1#ifndef ENTT_SIGNAL_FWD_HPP
2#define ENTT_SIGNAL_FWD_HPP
11template<
typename = std::allocator<
void>>
12class basic_dispatcher;
14template<
typename,
typename = std::allocator<
void>>
19struct scoped_connection;
24template<
typename Type,
typename = std::allocator<
void>>
41template<auto Cand
idate>
Basic dispatcher implementation.
Unmanaged signal handler.
constexpr connect_arg_t< Candidate > connect_arg
Constant of type connect_arg_t used to disambiguate calls.
delegate(connect_arg_t< Candidate >) -> delegate< std::remove_pointer_t< internal::function_pointer_t< decltype(Candidate)> > >
Deduction guide.
Disambiguation tag for constructors and the like.
connect_arg_t()=default
Default constructor.