Skip to content

Instantly share code, notes, and snippets.

@tyabu12
Last active April 1, 2018 16:13
Show Gist options
  • Save tyabu12/f568c12e26481af6e53b to your computer and use it in GitHub Desktop.
Save tyabu12/f568c12e26481af6e53b to your computer and use it in GitHub Desktop.
template<typename T, std::size_t N>
inline std::size_t array_length(const T(&)[N]) { return N; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment