#include "di/function/invoke.h"
#include "di/function/pipeable.h"
#include "di/meta/operations.h"
#include "di/meta/util.h"
#include "di/types/in_place.h"
#include "di/util/forward.h"
#include "di/util/move.h"
Go to the source code of this file.
Classes | |
class | di::function::detail::PipedFunction< F > |
Namespaces | |
namespace | di |
namespace | di::function |
namespace | di::function::detail |
Functions | |
template<typename F> requires (concepts::ConstructibleFrom<meta::Decay<F>, F>) | |
constexpr auto | di::function::piped (F &&function) |
template<typename F> requires (concepts::ConstructibleFrom<meta::Decay<F>, F>) | |
constexpr auto | di::piped (F &&function) |