An operation involving some number of values.
More...
#include <operation.hpp>
|
|
constexpr | consteval_operation (const Operation &, const Args &...) |
| |
|
constexpr | operator value_type () const |
| |
|
constexpr value_type | operator() () const |
| |
|
|
static constexpr auto | value = stdex::invoke(Operation{}, fixed_value_of_v<Args>...) |
| |
template<typename Operation, typename... Args>
struct OpenKalman::values::consteval_operation< Operation, Args >
An operation involving some number of values.
- Template Parameters
-
| Operation | An operation taking sizeof...(Args) parameters |
| Args | A set of values::fixed types |
The documentation for this struct was generated from the following file: