Default functor for solving operations.
More...
#include <ikarus/utils/defaultfunctions.hh>
|
template<typename A , typename B > |
constexpr auto | operator() (A &&a, B &&b) const |
|
This functor provides a default implementation for solving operations by performing division. It is intended to be used in generic contexts where a default solver is needed.
- Template Parameters
-
A | Type of the left operand. |
B | Type of the right operand. |
- Parameters
-
a | The left operand. |
b | The right operand. |
- Returns
- The result of the division operation (a / b).
◆ operator()()
template<typename A , typename B >
constexpr auto Ikarus::utils::SolverDefault::operator() |
( |
A && |
a, |
|
|
B && |
b |
|
) |
| const |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: