AsmGrader 0.0.0
Loading...
Searching...
No Matches
enum.hpp File Reference
#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>
Include dependency graph for enum.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  asmgrader::detail::FormatterImpl< Enum >
 

Namespaces

namespace  asmgrader
 
namespace  asmgrader::detail
 

Functions

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)