Maki
|
Holds an event type. More...
#include <maki/event.hpp>
Public Types | |
using | type = T |
An alias for the given type. | |
Related Symbols | |
(Note that these are not member symbols.) | |
template<class T> | |
constexpr auto | event = event_t<T>{} |
A convenient variable template for maki::event_t . | |
template<class T, class U> | |
constexpr bool | operator== (const event_t< T >, const event_t< U >) |
Returns whether T and U are the same type. | |
Holds an event type.