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