repr 0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
librepr::detail::is_scoped_enum Concept Reference

#include <concepts.h>

Concept definition

template<typename T>
concept librepr::detail::is_scoped_enum = !std::is_convertible_v<T, std::underlying_type_t<T>>
Definition concepts.h:21