Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__functional/
H A Dbind_front.h37 struct __bind_front_t : __perfect_forward<__bind_front_op, _Fn, _BoundArgs...> { struct
51 …return __bind_front_t<decay_t<_Fn>, decay_t<_Args>...>(_VSTD::forward<_Fn>(__f), _VSTD::forward<_A… in bind_front()