asutton / clang-reflectLinks
A clean implementation of reflection and related proposals.
☆29Updated 7 years ago
Alternatives and similar repositories for clang-reflect
Users that are interested in clang-reflect are comparing it to the libraries listed below
Sorting:
- ☆26Updated 5 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆19Updated 3 years ago
- Clang C++ compiler with added meta-programming features: static reflection, metaparsing, constexpr containers, custom diagnostics☆5Updated 4 years ago
- An indirect value-type for C++☆83Updated last year
- A C++ 14 implementation of graph data structures☆34Updated 8 years ago
- C++ Reflection & Serialization using Clang's LibTooling☆51Updated 4 years ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆74Updated 3 years ago
- A concise and readable metaprogramming language for C++☆59Updated 4 years ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- Type traits for properties of C / C++ enum types☆21Updated 5 years ago
- std::invoke/std::apply analogs for C++11/14☆41Updated 2 years ago
- meta-programming, C++11☆16Updated 3 years ago
- Implementation of the P2300 specification☆9Updated 3 years ago
- Core abstractions for dealing with concurrency in C++☆66Updated last year
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆61Updated 4 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
- A no-dependencies C++ extensible type erasure library☆43Updated 4 years ago
- a c++ header library that implements variant constexpr functions and types.☆85Updated 5 years ago
- A library of type safe sets over fixed size collections of types or values, including methods for accessing, modifying, visiting and iter…☆21Updated 3 years ago
- C++ compile-time programming (serialization, reflection, code modification, enum to string, better enum, enum to json, extend or parse l…☆41Updated 3 years ago
- Flat containers for C++☆59Updated 2 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 months ago
- A hash function library☆45Updated 2 weeks ago
- WIP☆27Updated 6 years ago
- A header only structure of arrays container for C++☆41Updated 2 years ago
- Smart pointer for any movable objects. When trackable object moved/destroyed, trackers updated with new object's pointer.☆25Updated 6 years ago
- A template for simple C++ reflection done with CMake and Python (no other external tools)☆40Updated 3 years ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last year
- A research project aimed at introducing language support for type erasure in C++.☆54Updated 9 years ago