Loading...
Searching...
No Matches
ttype.hpp
Go to the documentation of this file.
1
2#pragma once
3
5
6namespace by {
37 template <typename T> class ttype: public ttypeBase<T, typename tmetaTypeDef<T, tifHasMetaTypeDef<T>::is>::is> {};
38}
Base class for template type metadata.
Definition ttypeBase.hpp:19
Template type wrapper providing entry point for meta information.
Definition ttype.hpp:37