Skip to content

Instantly share code, notes, and snippets.

@JohanMabille
Created January 7, 2020 10:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JohanMabille/f42a147e8c371f99793ceec1fddc06f6 to your computer and use it in GitHub Desktop.
Save JohanMabille/f42a147e8c371f99793ceec1fddc06f6 to your computer and use it in GitHub Desktop.
template <class U>
struct initializer_dimension
{
static constexpr std::size_t value =
initializer_depth_impl<U>::value;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment