Iros
 
Loading...
Searching...
No Matches
bind_front.h File Reference

Go to the source code of this file.

Classes

class  di::function::detail::BindFrontFunction< 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_front (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_front (F &&f, Args &&... args)