#include "di/function/invoke.h"
#include "di/function/pipeable.h"
#include "di/meta/algorithm.h"
#include "di/meta/operations.h"
#include "di/meta/util.h"
#include "di/types/in_place.h"
#include "di/types/size_t.h"
#include "di/util/forward.h"
#include "di/util/get.h"
#include "di/util/move.h"
#include "di/vocab/tuple/prelude.h"
Go to the source code of this file.
Classes | |
class | di::function::detail::BindBackFunction< meta::ListV< indices... >, F, BoundArgs... > |
Namespaces | |
namespace | di |
namespace | di::function |
namespace | di::function::detail |
Functions | |
template<typename F, typename... Args> requires (concepts::ConstructibleFrom<meta::Decay<F>, F> && (concepts::ConstructibleFrom<meta::Decay<Args>, Args> && ...)) | |
constexpr auto | di::function::bind_back (F &&f, Args &&... args) |
template<typename F, typename... Args> requires (concepts::ConstructibleFrom<meta::Decay<F>, F> && (concepts::ConstructibleFrom<meta::Decay<Args>, Args> && ...)) | |
constexpr auto | di::bind_back (F &&f, Args &&... args) |