Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

std::apply(_Fn&& __f, _Tuple&& __t) ? std::apply(f(t)) #63

Closed
4kangjc opened this issue May 1, 2022 · 0 comments
Closed

std::apply(_Fn&& __f, _Tuple&& __t) ? std::apply(f(t)) #63

4kangjc opened this issue May 1, 2022 · 0 comments

Comments

@4kangjc
Copy link
Contributor

4kangjc commented May 1, 2022

std::apply(std::forward<F>(f)(std::move(t)));

@4kangjc 4kangjc closed this as completed May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant