|
limes 3.1.0
Composable Calculus Expressions for C++20
|
Expression-valued integration bound (depends on outer variables) More...
#include <integral.hpp>
Public Member Functions | |
| constexpr | ExprBound (E e) noexcept |
| template<typename Args > | |
| constexpr auto | eval (Args const &args) const |
| template<typename Args > | |
| constexpr auto | evaluate (Args const &args) const |
| std::string | to_string () const |
Public Attributes | |
| E | expr |
Expression-valued integration bound (depends on outer variables)
Definition at line 144 of file integral.hpp.
|
inlineexplicitconstexprnoexcept |
Definition at line 147 of file integral.hpp.
|
inlineconstexpr |
Definition at line 150 of file integral.hpp.
References limes::expr::ExprBound< E >::expr.
Referenced by limes::expr::ExprBound< E >::evaluate().
|
inlineconstexpr |
Definition at line 156 of file integral.hpp.
References limes::expr::ExprBound< E >::eval().
|
inline |
Definition at line 160 of file integral.hpp.
References limes::expr::ExprBound< E >::expr.
| E limes::expr::ExprBound< E >::expr |
Definition at line 145 of file integral.hpp.
Referenced by limes::expr::ExprBound< E >::eval(), and limes::expr::ExprBound< E >::to_string().