#include "gimo/Common.hpp"#include "gimo/Config.hpp"#include <concepts>#include <type_traits>#include <utility>Go to the source code of this file.
Classes | |
| class | gimo::BasicAlgorithm< Traits, Action > |
| The basic building block for every monadic operation. More... | |
Namespaces | |
| namespace | gimo |
Concepts | |
| concept | gimo::applicable_to |
| Evaluates whether a Nullable type is compatible with the specific Algorithm. | |