#include <rll/concepts/enum.h>
template <typename T>
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.