Skip to content

Instantly share code, notes, and snippets.

@picanumber
Created December 18, 2016 20:31
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 picanumber/9d8b91c7992224c073b9a379ae0c64af to your computer and use it in GitHub Desktop.
Save picanumber/9d8b91c7992224c073b9a379ae0c64af to your computer and use it in GitHub Desktop.
Example usage of the universal quantifier
template <class... Ts>
constexpr bool are_tc = universal_quantifier<std::is_trivially_copyable, Ts...>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment