Compile-Time-Equations-Handler

Equation resolver

Handles compile-time equations with template metaprogramming and constexpr-dependency to resolve variable values at compile time.

GitHub

114 stars
2 watching
4 forks
Language: C++
last commit: about 7 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
janwilmans/compiletimerMeasures and compares compile times of C++ constructs in various scenarios6
jll63/yomm2Solves the Expression Problem in C++17 by providing fast and open multi-methods for adding behavior to existing types358
erwinvandervalk/templatedconfigurationProvides a way to compose configuration settings using placeholders15
tcbrindle/raytracer.hppA compile-time ray tracing system using C++17 constexpr functions693
tacticalmelonfarmer/cxlA C++17 metaprogramming library providing utilities for strings, parsing, typelists, aggregates to tuples conversions and constant integral literals.51
fabian-jung/tsmpTool to generate meta-programming capabilities from source code analysis97
runtimecompiledcplusplus/runtimecompiledcplusplusEnables developers to make and test changes to C++ code at runtime without requiring compilation.2,205
saarraz/static-printAdds support for compile-time output and assertion printing in C++147
ziglibs/comptemplateA comptime-powered templating engine for generating code at compile-time5
taocpp/pegtlA header-only C++ library for defining and implementing parser combinators using a Parsing Expression Grammar approach1,957
mattbierner/stt-c-compile-time-snakeA tool that provides compile-time capabilities for generating low-level code from higher-level abstractions in languages that support it207
grammatech/resolveTools to automate the process of comparing and resolving differences in software code37
hermanussen/compiletimemethodexecutiongeneratorAllows executing code during compilation to improve runtime performance20
microsoft/cppwinrtA language projection that allows C++ developers to access Windows Runtime APIs with standard C++17 compilers.1,682
saadahmad/in_constexprAn approach to detecting runtime vs compile time in constexpr functions.80