gimo v0.3.2
Loading...
Searching...
No Matches
AndForward.hpp File Reference
#include "gimo/Common.hpp"
#include "gimo/Pipeline.hpp"
#include "gimo/algorithm/BasicAlgorithm.hpp"
#include <concepts>
#include <functional>
#include <tuple>
#include <utility>
Include dependency graph for AndForward.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::and_forward (Action &&action)
 Creates a terminating pipeline step that forwards the contained value to the specified action.