Skip to content

Instantly share code, notes, and snippets.

@stryku
Created March 5, 2017 18:28
Show Gist options
  • Save stryku/30bcdb7b35cdde1cd6a68705430dfdd2 to your computer and use it in GitHub Desktop.
Save stryku/30bcdb7b35cdde1cd6a68705430dfdd2 to your computer and use it in GitHub Desktop.
template <size_t ip, typename final_tokens, typename final_labels>
struct extract_labels_impl<tuple<>, ip, final_tokens, final_labels>
{
using tokens = final_tokens;
using labels = final_labels;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment