Skip to content

Instantly share code, notes, and snippets.

@tsmoreland
Created January 31, 2021 00:04
Show Gist options
  • Save tsmoreland/25d5ff3f75729c0912c2c0e19f4a861f to your computer and use it in GitHub Desktop.
Save tsmoreland/25d5ff3f75729c0912c2c0e19f4a861f to your computer and use it in GitHub Desktop.
C++ Action
template <typename T, typename... Args, std::enable_if_t<std::is_invocable_v<T&&, Args&&...>, int> = 0>
auto invoke(F&&, Args&&...);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment