Skip to content

JPenuchot/jpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

J++ | jpp

A collection of useful C++ code snippets.

Installation/Requirements

  • A decent C++17 compiler

File structure

├── LICENSE.txt
├── Makefile
├── config.mk                             //  Makefile config file
├── README.md                             //  This
├── include
│   └── jpp
│       ├── branch_over.hpp               //  Switch-over-enum generator
│       ├── function_helpers.hpp          //  Helpers for manipulating functions
│       ├── match_overload.hpp            //  ML-style match implementation
│       ├── parameter_pack_reduction.hpp  //  Arbitrary parameter pack reductor
│       └── unroll.hpp                    //  Arbitrary lambda unroller
├── src                                   //
│   └── main.cpp
└── tests                                 //  Tests
    │
   ...

About

J++ - Fancy functional-flavored C++ snippets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published