5#ifndef BITCOIN_SEEDER_TEST_UTIL_H
6#define BITCOIN_SEEDER_TEST_UTIL_H
11constexpr typename std::underlying_type<E>::type
to_integral(E e) {
12 return static_cast<typename std::underlying_type<E>::type
>(e);
constexpr std::underlying_type< E >::type to_integral(E e)