krabicezpapundeklu / smart_enumLinks
Tiny library for C++ enum introspection and more!
☆33Updated 9 years ago
Alternatives and similar repositories for smart_enum
Users that are interested in smart_enum are comparing it to the libraries listed below
Sorting:
- print stl containers☆32Updated 6 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- WG21 P0468 implementation of an intrusive smart pointer for C++☆57Updated 5 years ago
- A never-valueless, strong guarantee implementation of std::variant☆69Updated 2 months ago
- Roman numeral support for C++17☆52Updated last year
- Open multi-methods for C++11☆117Updated 7 years ago
- easy to use callback library for C++☆42Updated 8 years ago
- Prototype for new std::function features, compatible with C++11.☆46Updated 5 years ago
- Coroutine Support Library☆33Updated 10 months ago
- A constexpr string, container and algorithm library for C++14/1Z.☆25Updated 8 years ago
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆48Updated last year
- std::invoke/std::apply analogs for C++11/14☆41Updated 2 years ago
- Cleaned up version of <https://bitbucket.org/martinhofernandes/wheels/>☆27Updated 9 years ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- observer-ptr - An observer_ptr for C++98 and later in a single-file header-only library (Extensions for Library Fundamentals, v2, v3)☆36Updated last year
- C++ generic make factory☆108Updated 6 years ago
- dynamic polymorphism without inheritance