Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.09 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.09 KB

mpllibs

Build Status

Introduction

Welcome to the website of mpllibs. This is a collection of C++ template metaprogramming libraries.

Components

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 and sprintf implementation

Getting the library

License

The libraries are published under the Boost Software License.