ttype.hpp
Go to the documentation of this file.
1
2#pragma once
3
5
6namespace by {
16 template <typename T> class ttype: public ttypeBase<T, typename tmetaTypeDef<T, tifHasMetaTypeDef<T>::is>::is> {};
17}
Base class for template type metadata.
Definition: ttypeBase.hpp:18
Template type wrapper for type metadata management.
Definition: ttype.hpp:16