Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
65
using Namespace::Numbers;
66
Callers
nothing calls this directly
Calls
1
adl_info
Function · 0.85
Tested by
no test coverage detected