template <typename T>
rll::enum_ concept

Concept that is true if T is an enum type.

Template parameters
T Type to check.

Will yield true for any type that is a scoped or unscoped enum.