NFC: Add an AAL Concept, too

While here, pull out some constants to their own header.  Eventually we'll
want to match on AalFeatures in the AAL Concept.
This commit is contained in:
Nathaniel Filardo
2020-11-20 12:56:03 +00:00
committed by Matthew Parkinson
parent a6d18f842a
commit db0ca64ff3
5 changed files with 92 additions and 34 deletions

View File

@@ -1,5 +1,7 @@
#pragma once
#include <type_traits>
/**
* C++20 concepts are referenced as if they were types in declarations within
* template parameters (e.g. "template<FooConcept Foo> ..."). That is, they