12991f04e1c3a54d956b4a9d47f3f83ed4b3e61c
Purpose
The purpose of this repository is to provide code examples that can be compiled and run for people reading my PhD thesis. These examples codes are not for production and often are simplified with regard of technical specificities (for example, but not limited to, perfect forwarding).
Usage
mkdir build
cd build
cmake ..
make
then run any example binary, located inside the build/examples/
directory.
Description
Languages
CMake
100%