version 0.4.1
Ikarus::utils::SolverDefault Struct Reference

Default functor for solving operations. More...

#include <ikarus/utils/defaultfunctions.hh>

Public Member Functions

template<typename A , typename B >
constexpr auto operator() (A &&a, B &&b) const
 

Detailed Description

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
AType of the left operand.
BType of the right operand.
Parameters
aThe left operand.
bThe right operand.
Returns
The result of the division operation (a / b).

Member Function Documentation

◆ 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: