Created
February 26, 2017 18:47
-
-
Save stryku/4ee304609820d7559f318bd0d4d45d56 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 ...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