Welcome to the website of mpllibs. This is a collection of C++ template metaprogramming libraries.
mpllibs contains the following libraries:
- metamonad - Library implementing monads and exceptions in C++ template metaprograms
- metaparse - A library for generating compile time parsers parsing embedded DSL code as part of the C++ compilation process
- safe_printf -
A type-safe
printf
,fprintf
andsprintf
implementation
- Download the source code from github.
- build and install the library
The libraries are published under the Boost Software License.