gimo v0.1.0
Loading...
Searching...
No Matches
BasicAlgorithm.hpp File Reference
#include "gimo/Common.hpp"
#include "gimo/Config.hpp"
#include <concepts>
#include <type_traits>
#include <utility>
+ Include dependency graph for BasicAlgorithm.hpp:
+ This graph shows which files directly or indirectly include this file:

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.