|
gimo v0.1.0
|
#include "gimo/Common.hpp"#include "gimo/Pipeline.hpp"#include "gimo/algorithm/BasicAlgorithm.hpp"#include <concepts>#include <functional>#include <tuple>#include <type_traits>#include <utility>
Include dependency graph for OrElse.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | gimo |
Functions | |
| template<typename Action> | |
| constexpr auto | gimo::or_else (Action &&action) |
| Creates a pipeline step that handles the null/error case. | |