|
limes 3.1.0
Composable Calculus Expressions for C++20
|
Constant integration bound (e.g., 0.0, 1.0) More...
#include <integral.hpp>
Collaboration diagram for limes::expr::ConstBound< T >:Public Member Functions | |
| constexpr | ConstBound () noexcept |
| constexpr | ConstBound (T v) noexcept |
| template<typename Args > | |
| constexpr T | eval (Args const &) const noexcept |
| template<typename Args > | |
| constexpr T | evaluate (Args const &args) const noexcept |
| std::string | to_string () const |
Public Attributes | |
| T | value |
Constant integration bound (e.g., 0.0, 1.0)
Definition at line 118 of file integral.hpp.
|
inlineconstexprnoexcept |
Definition at line 121 of file integral.hpp.
|
inlineexplicitconstexprnoexcept |
Definition at line 122 of file integral.hpp.
|
inlineconstexprnoexcept |
Definition at line 125 of file integral.hpp.
References limes::expr::ConstBound< T >::value.
Referenced by limes::expr::ConstBound< T >::evaluate().
|
inlineconstexprnoexcept |
Definition at line 131 of file integral.hpp.
References limes::expr::ConstBound< T >::eval().
|
inline |
Definition at line 135 of file integral.hpp.
References limes::expr::ConstBound< T >::value.
| T limes::expr::ConstBound< T >::value |
Definition at line 119 of file integral.hpp.
Referenced by limes::expr::ConstBound< T >::eval(), and limes::expr::ConstBound< T >::to_string().