115 template <
class ParseContext>
116 constexpr
auto parse(ParseContext& a_ctx)
118 return a_ctx.begin();
121 template <
class FormatContext>
130 #ifdef __cpp_lib_format
133 template <
class CharT>
134 struct formatter<
RE::
MATERIAL_ID, CharT> : std::formatter<std::string_view, CharT>
136 template <
class FormatContext>
Definition: AbsorbEffect.h:6
std::string_view MaterialIDToString(MATERIAL_ID a_materialID) noexcept
MATERIAL_ID
Definition: MaterialIDs.h:6
string(const CharT(&)[N]) -> string< CharT, N - 1 >
Definition: EffectArchetypes.h:65
std::string to_string(RE::EffectArchetype a_archetype)
Definition: EffectArchetypes.h:66