Searched defs:bind_front (Results 1 – 5 of 5) sorted by relevance
174 constexpr functional_internal::bind_front_t<F, BoundArgs...> bind_front( in bind_front() function
39 constexpr ::cpp20::internal::front_binder_t<F, Args...> bind_front(F&& f, Args&&... args) noexcept( in bind_front() function
49 constexpr auto bind_front(_Fn&& __f, _Args&&... __args) { in bind_front() function