#include <Types.h>
Public Member Functions | |
| GenericId (const AZ::u64 value) | |
| bool | IsValid () const |
| AZ::u64 | GetValue () const |
| bool | operator== (const GenericId &id) const |
| bool | operator!= (const GenericId &id) const |
| bool | operator< (const GenericId &id) const |
Wrapper class to provide type safe id.