Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
iv::concepts::EnumType Concept Reference

#include <concepts.hpp>

Concept definition

template<typename T>
concept iv::concepts::EnumType = std::is_enum_v<T>
Definition concepts.hpp:195