2021-05-10 18:10:51 +02:00
2021-05-10 18:10:51 +02:00
2021-05-10 18:10:51 +02:00
2021-05-10 18:10:51 +02:00
2021-05-10 18:10:51 +02:00
2021-05-10 18:10:51 +02:00
2021-05-10 18:10:51 +02:00
2021-05-10 18:10:51 +02:00

About

This template metaprogramming library is part of my Ph.D. thesis work and is used in main projects.

Organisation

Main directories:

  • src: the library sources.

Usage

To produce the Makefile and build the project:

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make

To run unit testing:

./build/tests_pfor
Description
No description provided
Readme 166 KiB
Languages
C++ 99.1%
CMake 0.9%