Implementation of STL header <functional>
More...
See <functional> on cppreference for more information.
|
template<typename F , typename... Args, std::enable_if_t< conjunction< std::is_constructible< std::decay_t< F >, F >, std::is_move_constructible< std::decay_t< F >>, std::is_constructible< std::decay_t< Args >, Args >..., std::is_move_constructible< std::decay_t< Args >>... >::value, int > = 0> |
constexpr auto | bind_back (F &&f, Args &&... args) |
|
template<typename F , typename... Args, std::enable_if_t< conjunction< std::is_constructible< std::decay_t< F >, F >, std::is_move_constructible< std::decay_t< F >>, std::is_constructible< std::decay_t< Args >, Args >..., std::is_move_constructible< std::decay_t< Args >>... >::value, int > = 0> |
constexpr auto | bind_front (F &&f, Args &&... args) |
|
◆ bind_back()
constexpr auto vccc::bind_back |
( |
F && |
f, |
|
|
Args &&... |
args |
|
) |
| |
|
constexpr |
◆ bind_front()
constexpr auto vccc::bind_front |
( |
F && |
f, |
|
|
Args &&... |
args |
|
) |
| |
|
constexpr |