MCPcopy 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

HaveStandardAvailableMethod · 0.80
GetLevelStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected