DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
Loading...
Searching...
No Matches
discord_core_api::discord_core_internal::event_delegate< return_type, arg_types > Member List

This is the complete list of members for discord_core_api::discord_core_internal::event_delegate< return_type, arg_types >, including all inherited members.

event_delegate()=defaultdiscord_core_api::discord_core_internal::event_delegate< return_type, arg_types >
event_delegate(event_delegate &&other) noexceptdiscord_core_api::discord_core_internal::event_delegate< return_type, arg_types >inline
event_delegate(std::function< return_type(arg_types...)> functionNew)discord_core_api::discord_core_internal::event_delegate< return_type, arg_types >inline
event_delegate(return_type(*functionNew)(arg_types...))discord_core_api::discord_core_internal::event_delegate< return_type, arg_types >inline
operator=(event_delegate &&other) noexceptdiscord_core_api::discord_core_internal::event_delegate< return_type, arg_types >inline
operator=(std::function< return_type(arg_types...)> functionNew)discord_core_api::discord_core_internal::event_delegate< return_type, arg_types >inline
operator=(return_type(*functionNew)(arg_types...))discord_core_api::discord_core_internal::event_delegate< return_type, arg_types >inline