|
limes 3.1.0
Composable Calculus Expressions for C++20
|
Include dependency graph for concepts.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | limes::methods::is_integration_method< M > |
| Type trait to tag types as integration methods (specialized per method struct) More... | |
Namespaces | |
| namespace | limes |
| namespace | limes::methods |
Concepts | |
| concept | limes::methods::IntegrationMethod |
| A 1D integration method: callable with (function, lower, upper) returning integration_result. | |
Variables | |
| template<typename M > | |
| constexpr bool | limes::methods::is_integration_method_v = is_integration_method<M>::value |