struct bind_eval_placeholder
Declaration
template <std::size_t I>
struct bind_eval_placeholder { /* full declaration omitted */ };Declared at: libs/pika/functional/include/pika/functional/bind.hpp:36
Method Overview
- public template <typename T, typename... Us>static constexpr decltype(auto) call(T &&, Us &&... vs)
Methods
template <typename T, typename... Us>
static constexpr decltype(auto) call(T&&,
Us&&... vs)
template <typename T, typename... Us>
static constexpr decltype(auto) call(T&&,
Us&&... vs)Declared at: libs/pika/functional/include/pika/functional/bind.hpp:39
Parameters
- T&&
- Us&&... vs