/tinympl

C++11 template meta-programming library.

Primary LanguageC++Boost Software License 1.0BSL-1.0

tinympl

Build Status

Tinympl implements some useful C++ template meta-programming algorithms. Most of this work is inspired by Boost.MPL. Unlike Boost.MPL, this package makes use of the C++11 features, resulting in a much smaller code base.

Main features:

  • Extensive algorithm library which works both with variadic templates and with (possibly user-defined) template types (like std::tuple).
  • Compile-time containers, like map, vector and string.
  • Mixed (compile-time / real-time) map types.

Full doxygen documentation.