Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ DefineEnum
Method
DefineEnum
libraries/lib-components/SettingsVisitor.cpp:100–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
99
template<bool Const>
100
void SettingsVisitorBase<Const>::DefineEnum(
101
Arg<int>, const wxChar *, int, const EnumValueSymbol [], size_t)
102
{}
103
104
// Explicit instantiations
105
template class SettingsVisitorBase<false>;
Callers
1
VisitSettings
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected