[#absl-bind_front] = xref:absl.adoc[absl]::bind_front :relfileprefix: ../ :mrdocs: Binds the first N arguments of an invocable object and stores them by value. == Synopsis Declared in `<absl/functional/bind_front.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using std::bind_front; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#