qb
2.0.0.0
C++17 Actor Framework
|
Template struct used for type identification in the event system. More...
#include <Event.h>
Static Public Member Functions | |
static constexpr void | id () |
Template struct used for type identification in the event system.
This template struct is part of the type identification system used to generate unique type IDs at compile time. Each instantiation of this template with a different type parameter will have a unique address for its static id() method, which is used to generate distinct type identifiers.
T | The type to identify |