Maki
Loading...
Searching...
No Matches
maki::event_t< T > Struct Template Reference

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.
 

Detailed Description

template<class T>
struct maki::event_t< T >

Holds an event type.