Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dfunctional.cppm
H A Dfunctional.inc58 // [func.bind.partial], function templates bind_front and bind_back
59 using std::bind_front;
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dbind_front.h46 _LIBCPP_HIDE_FROM_ABI constexpr auto bind_front(_Fn&& __f, _Args&&... __args) { in bind_front() function
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfunctional219 // [func.bind.partial], function templates bind_front and bind_back
221 constexpr unspecified bind_front(F&&, Args&&...); // C++20
560 # include <__functional/bind_front.h>
H A Dmodule.modulemap1335 module std_private_functional_bind_front [system] { header "__functional/bind_front
/freebsd/lib/libc++/
H A DMakefile755 FUN_HEADERS+= bind_front.h
H A Dlibcxx.imp388 { include: [ "<__functional/bind_front.h>", "private", "<functional>", "public" ] },
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc813 SYMBOL(bind_front, std::, <functional>)