Searched refs:__bind_front_t (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__functional/
H A Dbind_front.h41 struct __bind_front_t : __perfect_forward<__bind_front_op, _Fn, _BoundArgs...> { struct in inherits:__perfect_forward
49 return __bind_front_t<decay_t<_Fn>, decay_t<_Args>...>(std::forward<_Fn>(__f), std::forward<_Args>(__args)...);

Completed in 52 milliseconds