MIL provides a really simple and fast way of automatically invoke methods (and chains of methods) of any object.
Please Note, it's the very beginning of the library, and the code now is mosly simple PoC (proof of concept), rather than a good library
- The library is well tested with GCC-9.2.1, please use it for better results
- cmake-3.0.0
mkdir build && cd build
cmake ..
make
./test/demo
- to run the small demo
Tests are not ready yet, to be filled once tests are added
- We're using 1TBS(OTBS) indentation style
- The identation is 4 spaces
Add additional notes about how to deploy this on a live system
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Alexander Ganyukhin - Initial work - Metaprogramming Invoking Library
See also the list of contributors who participated in this project.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc