Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dbind_front.h39 struct __bind_front_t : __perfect_forward<__bind_front_op, _Fn, _BoundArgs...> { struct
47 …return __bind_front_t<decay_t<_Fn>, decay_t<_Args>...>(std::forward<_Fn>(__f), std::forward<_Args>… in bind_front()