C++ utilities for working with functions. More...
#include <functional>
#include <type_traits>
#include <utility>
Go to the source code of this file.
Namespaces | |
cras | |
cras::impl | |
Functions | |
template<class F , class... Args> | |
auto | cras::bind_front (F &&f, Args &&... args) |
C++ utilities for working with functions.
Definition in file functional.hpp.