#include <asmgrader/common/formatters/generic_impl.hpp>
#include <boost/describe/enum.hpp>
#include <boost/describe/enumerators.hpp>
#include <boost/mp11/algorithm.hpp>
#include <boost/pfr.hpp>
#include <boost/type_index.hpp>
#include <fmt/base.h>
#include <fmt/format.h>
#include <range/v3/range/concepts.hpp>
#include <optional>
#include <type_traits>
Go to the source code of this file.
|
template<typename Enum >
requires (std::is_enum_v<Enum> && boost::describe::has_describe_enumerators<Enum>::value) |
constexpr std::optional< const char * > | asmgrader::detail::enum_to_string (Enum enumerator) |
|