This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

Provides a type id for the given type.

Functions

Name Description
GetId()

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


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.

  • No labels