Searched refs:bind_front (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | functional.cppm |
|
H A D | functional.inc | 58 // [func.bind.partial], function templates bind_front and bind_back 59 using std::bind_front;
|
/freebsd/contrib/llvm-project/libcxx/include/__functional/ |
H A D | bind_front.h | 46 _LIBCPP_HIDE_FROM_ABI constexpr auto bind_front(_Fn&& __f, _Args&&... __args) { in bind_front() function
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | functional | 219 // [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 D | module.modulemap | 1335 module std_private_functional_bind_front [system] { header "__functional/bind_front…
|
/freebsd/lib/libc++/ |
H A D | Makefile | 755 FUN_HEADERS+= bind_front.h
|
H A D | libcxx.imp | 388 { include: [ "<__functional/bind_front.h>", "private", "<functional>", "public" ] },
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 813 SYMBOL(bind_front, std::, <functional>)
|