| 722 | |
| 723 | template <typename E, int O, enum_subtype S, typename U = std::underlying_type_t<E>> |
| 724 | constexpr E value(std::size_t i) noexcept { |
| 725 | return static_cast<E>(ualue<E, O, S>(i)); |
| 726 | } |
| 727 | |
| 728 | template <typename E, enum_subtype S, typename U = std::underlying_type_t<E>> |
| 729 | constexpr int reflected_min() noexcept { |
nothing calls this directly
no outgoing calls
no test coverage detected