Created
March 5, 2017 18:28
-
-
Save stryku/30bcdb7b35cdde1cd6a68705430dfdd2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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