Compile-Time-Equations-Handler
Equation resolver
Handles compile-time equations with template metaprogramming and constexpr-dependency to resolve variable values at compile time.
114 stars
3 watching
4 forks
Language: C++
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
janwilmans/compiletimer | Measures and compares compile times of C++ constructs in various scenarios | 6 |
jll63/yomm2 | Solves the Expression Problem in C++17 by providing fast and open multi-methods for adding behavior to existing types | 354 |
erwinvandervalk/templatedconfiguration | Provides a way to compose configuration settings using placeholders | 15 |
tcbrindle/raytracer.hpp | A compile-time ray tracing system using C++17 constexpr functions | 693 |
tacticalmelonfarmer/cxl | A C++17 metaprogramming library providing utilities for strings, parsing, typelists, aggregates to tuples conversions and constant integral literals. | 50 |
fabian-jung/tsmp | Tool to generate meta-programming capabilities from source code analysis | 95 |
runtimecompiledcplusplus/runtimecompiledcplusplus | Enables developers to make and test changes to C++ code at runtime without requiring compilation. | 2,193 |
saarraz/static-print | Adds support for compile-time output and assertion printing in C++ | 148 |
ziglibs/comptemplate | A comptime-powered templating engine for generating code at compile-time | 5 |
taocpp/pegtl | A header-only C++ library for defining and implementing parser combinators using a Parsing Expression Grammar approach | 1,945 |
mattbierner/stt-c-compile-time-snake | A tool that provides compile-time capabilities for generating low-level code from higher-level abstractions in languages that support it | 207 |
grammatech/resolve | Tools to automate the process of comparing and resolving differences in software code | 37 |
hermanussen/compiletimemethodexecutiongenerator | Allows executing code during compilation to improve runtime performance | 20 |
microsoft/cppwinrt | A C++ language projection for Windows Runtime APIs, providing access to modern Windows API. | 1,672 |
saadahmad/in_constexpr | An approach to detecting runtime vs compile time in constexpr functions. | 80 |