cxxomfort  rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
Namespaces | Functions
20-bind_front.hpp File Reference

Namespaces

 cxxomfort
 Namespace of the cxxomfort library.
 
 cxxomfort::cxxostd
 Backports made available by cxxomfort.
 

Functions

template<typename Fn , typename... Binds>
implementation_defined_t bind_front (Fn &&callable, Binds &&... args)
 Wraps a function and its first n arguments in a callable object. More...