Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdungs/cpp-playground-functors
https://github.com/kdungs/cpp-playground-functors
experiment
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kdungs/cpp-playground-functors
- Owner: kdungs
- License: mit
- Created: 2015-11-16T10:54:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-17T17:08:33.000Z (about 9 years ago)
- Last Synced: 2023-03-24T18:56:12.096Z (almost 2 years ago)
- Topics: experiment
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```