Skip to content

A library for managing type lists, written using C++ metaprogramming abilities

License

Notifications You must be signed in to change notification settings

SimGus/MetaTypeLists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template type list library

This project contains an implementation of a library to deal with lists of types in C++. Type lists are defined in a "nested style" and meta-functions to handle them and make predicates about them are contained there as well.

Note that those meta-functions are heavily inspired by the ones that are present in the standard library of the Haskell programming language.

This project is more intended to be an exercise about template metaprogramming than a real attempt at a library.

Execute

Compile

g++ -std=c++17 main.cpp -o main

Run

./main

About

A library for managing type lists, written using C++ metaprogramming abilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages