Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kdungs/cpp-playground-functors


https://github.com/kdungs/cpp-playground-functors

experiment

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# Functors

_Note: The word functors is not used in the usual functional programming sense but refers to LoKi functors in the LHCb software which in turn derive their name from function objects ("callables") in C++_

In order to compile the code use `CMake` and `ninja`.

```bash
mkdir build
cd build
cmake -GNinja ..
ninja
```