Skip to content

Instantly share code, notes, and snippets.

@stryku
Last active March 26, 2017 18:45
Show Gist options
  • Save stryku/7aedee237c21f0e3504fe03fc828d111 to your computer and use it in GitHub Desktop.
Save stryku/7aedee237c21f0e3504fe03fc828d111 to your computer and use it in GitHub Desktop.
template <typename current_token>
struct get_token_impl<string<>, current_token>
{
using result_token = current_token;
using rest_of_string = string<>;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment