Skip to content

Instantly share code, notes, and snippets.

@stryku
Created February 26, 2017 18:47
Show Gist options
  • Save stryku/4ee304609820d7559f318bd0d4d45d56 to your computer and use it in GitHub Desktop.
Save stryku/4ee304609820d7559f318bd0d4d45d56 to your computer and use it in GitHub Desktop.
template <size_t ...left>
struct values_drop_impl<0, true, values_container<left...>>
{
using type = values_container<left...>;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment