Go to the source code of this file.
|
|
template<typename Operation , typename... Args> |
| | OpenKalman::values::consteval_operation (const Operation &, const Args &...) -> consteval_operation< Operation, Args... > |
| | Deduction guide.
|
| |
| template<typename Operation , typename... Args> |
| constexpr auto | OpenKalman::values::operation (Operation &&op, Args &&...args) |
| | A potentially constant-evaluated operation involving some number of values. More...
|
| |
|
|
template<typename Op , typename... Args> |
| constexpr bool | OpenKalman::values::detail::operation_consteval_invocable = operation_consteval_invocable_impl<Op, void, Args...>::value |
| |