Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ Index
Method
Index
Source/cmStandardLevel.h:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
{
15
}
16
size_t Index() const { return index_; }
17
friend bool operator<(cmStandardLevel l, cmStandardLevel r)
18
{
19
return l.index_ < r.index_;
Callers
3
GetNewRequiredStandard
Method · 0.80
HaveStandardAvailable
Method · 0.80
GetLevelString
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected