Simple-Utility v2.3.1
|
#include "Simple-Utility/Config.hpp"
#include <concepts>
#include <functional>
#include <tuple>
#include <type_traits>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | sl |
namespace | sl::functional |
Variables | |
constexpr auto | sl::functional::bind_back |
Helper function, which generates a forwarding call wrapper for the given function and curries the params beginning at the back. | |