Concept Reference
These C++20 concepts are defined in the FredEmmott::cppwinrt::cppwinrt_concepts
namespace, which is inlined into the FredEmmott::cppwinrt
namespace. This means that they are available with either:
// Pull in the whole library, including the concepts...
use namespace FredEmmott::cppwinrt;
// ... or just the concepts
use namespace FredEmmott::cppwinrt::cppwinrt_concepts;