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

Function magic_enum_define_range_adl

test/test_flags.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 many = 1 << 30,
59 };
60 auto magic_enum_define_range_adl(Numbers)
61 {
62 return magic_enum::customize::adl_info().flag<true>();
63 }
64}
65using Namespace::Numbers;
66

Callers

nothing calls this directly

Calls 1

adl_infoFunction · 0.85

Tested by

no test coverage detected