Horizon
|
Datatypes. More...
Modules | |
list_like | |
Integer sequence | |
Equivalent to C++14's std::integer_sequence | |
Extension | |
Extend meta with your own datatypes. | |
lazy | |
Classes | |
struct | meta::nil_ |
An empty type. More... | |
Typedefs | |
template<META_TYPE_CONSTRAINT(list_like) L> | |
using | meta::inherit = meta::_t< detail::inherit_< L > > |
A type that inherits from all the types in the list. | |
Datatypes.
using meta::inherit = typedef meta::_t<detail::inherit_<L> > |
A type that inherits from all the types in the list.