Evaluates whether a Nullable type is compatible with the specific Algorithm.
More...
#include <BasicAlgorithm.hpp>
template<typename Nullable, typename Algorithm>
requires detail::applicable_to_impl<
Nullable,
typename std::remove_cvref_t<Algorithm>::traits_type,
detail::const_ref_like_t<Algorithm, typename std::remove_cvref_t<Algorithm>::action_type>>;
}
Evaluates whether a Nullable type is compatible with the specific Algorithm.
Definition BasicAlgorithm.hpp:56
Evaluates whether a Nullable type is compatible with the specific Algorithm.
- Template Parameters
-
| Nullable | The nullable type. |
| Algorithm | The monadic operation to be performed. |