Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

template<typename T, TypeId>
struct Geo::TypeInfo

Provides a type id for the given type.

Functions

NameDescription
GetId()

Return a unique TypeId for T. Evaluated at compile time.


Anchor
adc24b5c2b478a0f4752f18cadabfd838
adc24b5c2b478a0f4752f18cadabfd838

static GEO_FORCE_INLINE TypeId Geo::TypeInfo< T, id >::GetId

...

public: GEO_FORCE_INLINETypeId GetId()

...

Return a unique TypeId for T. Evaluated at compile time.