iboB / cpp-dynamic-polymorphismLinks
List of resources about modern dynamic polymorphism in C++.
☆12Updated 7 years ago
Alternatives and similar repositories for cpp-dynamic-polymorphism
Users that are interested in cpp-dynamic-polymorphism are comparing it to the libraries listed below
Sorting:
- C++ library for type introspection, reflection, and scripting interface☆28Updated 2 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated last month
- A template for simple C++ reflection done with CMake and Python (no other external tools)☆40Updated 3 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- A clean implementation of reflection and related proposals.☆28Updated 8 years ago
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆29Updated last year
- An attempt to introduce a new scripting language for CMake☆60Updated 5 years ago
- Cross-platform C++ library providing tools for applications to locate themselves, their data assets as well as dependent modules.☆85Updated 10 months ago
- Library of flat vector-like based associative containers☆76Updated 3 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆19Updated last year
- Command line argument parser (C++14)☆18Updated 6 years ago
- Optimizing the memory layout of std::tuple☆34Updated 5 years ago
- Tiny portable C++ library for atomic operations☆53Updated 2 years ago
- Delegate is an unbelievably fast, lightweight, and 0-overhead function container.☆26Updated 4 years ago
- Smart pointer for any movable objects. When trackable object moved/destroyed, trackers updated with new object's pointer.☆25Updated 6 years ago
- forward declarations for C++ std headers☆75Updated 5 years ago
- C++ Reflection & Serialization using Clang's LibTooling☆53Updated 5 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☆52Updated 2 months ago
- <charconv> from Microsoft STL, but multi-platform☆38Updated 10 months ago
- lexertl: The Modular Lexical Analyser Generator☆63Updated 2 months ago
- envy: Deserialize environment variables into type-safe structs☆67Updated 5 years ago
- ☆50Updated 8 years ago
- Non-intrusive C++ signal programming library☆50Updated 4 years ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆24Updated 5 years ago
- Generic topological sorting for sorting a list of dependencies in C++17☆15Updated 7 years ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆54Updated last week
- A concise and readable metaprogramming language for C++☆62Updated 5 years ago
- Static global objects with constructors and destructors made useful in C++☆29Updated 9 years ago
- A C++ 14 implementation of graph data structures☆35Updated 9 years ago