Skip to content

Instantly share code, notes, and snippets.

@InukVT
Created October 11, 2022 18:20
Show Gist options
  • Save InukVT/1aea0f0e579142adc823ba16913e062d to your computer and use it in GitHub Desktop.
Save InukVT/1aea0f0e579142adc823ba16913e062d to your computer and use it in GitHub Desktop.
template<class t>
concept hygge = feelings::nice<t> &&
feelings::cozy<t> &&
feelings::comfortable &&
requires (t v) {
{ v.hasBlankies() } -> bool;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment