6#ifndef ATLASGAMEMANAGER_NOTIFICATIONSIGNALERS_HPP
7#define ATLASGAMEMANAGER_NOTIFICATIONSIGNALERS_HPP
23 template <
typename T >
27 } -> std::same_as< std::unique_ptr< typename T::Signaler > >;
30 template <
typename T >
33 template <
typename T >
35 using Signaler = std::unique_ptr< typename T::Signaler >;
NotificationSignaler()=default
Definition NotificationSignalers.hpp:24
Definition NotificationSignalers.hpp:31
Definition notifications.cpp:14
std::unique_ptr< typename T::Signaler > Signaler
Definition NotificationSignalers.hpp:35