37 template <
typename T>
class ttype:
public ttypeBase<T, typename tmetaTypeDef<T, tifHasMetaTypeDef<T>::is>::is> {};
Base class for template type metadata.
Definition ttypeBase.hpp:19
Template type wrapper providing entry point for meta information.
Definition ttype.hpp:37