yosh-matsuda / field-reflectionLinks
Compile-time reflection for C++ to get field names and types from a struct/class.
☆31Updated 5 months ago
Alternatives and similar repositories for field-reflection
Users that are interested in field-reflection are comparing it to the libraries listed below
Sorting:
- Lightweight header-only C++20 enum and typename reflection☆58Updated 3 weeks ago
- simple ray tracing library focusing on good code☆57Updated last year
- C++20 Unit-Testing library☆47Updated 2 months ago
- A Faster Enum Reflection For C++20 Since I Don't Want To Wait For C++26 Reflection☆70Updated this week
- KISS C++20 Type Reflection using IFC files☆72Updated last year
- Boost.PFR without the boost namespaces☆72Updated this week
- Backward compatibly refactor header-based C++ into modules.☆92Updated last week
- ☆102Updated last year
- C++ small containers☆142Updated last month
- Ease-of-use-first argument parsing for C++23☆62Updated 4 months ago
- Single-header, ranges-compatible generator type built on C++20 coroutines☆66Updated 2 years ago
- value types for composite class design - with allocators☆51Updated last month
- C++20 Dynamic Reflection Library☆137Updated 2 months ago
- std::embed implementation for the poor (C++17)☆91Updated last year
- An indirect value-type for C++☆83Updated last year
- The seq library is a collection of original C++14 STL-like containers and related tools☆89Updated 8 months ago
- Compact SVO optimized vector for C++17 or higher☆105Updated last year
- A library of type traits for introspecting C++ function types☆29Updated 6 years ago
- SimpleEnum: An Fast, Intuitive and Type-Safe C++ Enumeration Support Library☆38Updated 3 weeks ago
- A collection of std-like single-header C++ libraries☆181Updated last week
- Recursive Variant: A simple library for Recursive Variant Types☆84Updated 3 weeks ago
- C++ Better Futures☆45Updated 2 years ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆74Updated 3 years ago
- Fixed-size C++ delegates - efficient alternatives to std::function.