MCPcopy Create free account
hub / github.com/Neargye/magic_enum / fuse_enum

Function fuse_enum

include/magic_enum/magic_enum_fuse.hpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51template <typename E>
52constexpr optional<std::uintmax_t> fuse_enum(E value) noexcept {
53 return fuse_one_enum(0, value);
54}
55
56template <typename E, typename... Es>
57constexpr optional<std::uintmax_t> fuse_enum(E head, Es... tail) noexcept {

Callers 1

typesafe_fuse_enumFunction · 0.85

Calls 1

fuse_one_enumFunction · 0.85

Tested by

no test coverage detected