Skip to content

Instantly share code, notes, and snippets.

@stryku
Last active March 29, 2017 07:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stryku/5d111b163e8790a1f7283ebc437da2b0 to your computer and use it in GitHub Desktop.
Save stryku/5d111b163e8790a1f7283ebc437da2b0 to your computer and use it in GitHub Desktop.
template <size_t ...rest_of_values>
struct starts_with_123_impl<values_container<1, 2, 3, rest_of_values...>>
{};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment