112 struct formatter<
RE::MATERIAL_ID>
114 template <
class ParseContext>
115 constexpr auto parse(ParseContext& a_ctx)
117 return a_ctx.begin();
120 template <
class FormatContext>
128#ifdef __cpp_lib_format
131 template <
class CharT>
132 struct formatter<
RE::
MATERIAL_ID, CharT> : std::formatter<std::string_view, CharT>
134 template <
class FormatContext>
Definition AbsorbEffect.h:6
std::string_view MaterialIDToString(MATERIAL_ID a_materialID) noexcept
MATERIAL_ID
Definition MaterialIDs.h:6
Definition ActorValueList.h:50
Definition ActorValueList.h:28
std::string to_string(RE::ActorValue a_actorValue)
Definition ActorValueList.h:29