Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ cmReverseRange
Function
cmReverseRange
Source/cmRange.h:233–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
232
template <typename Range>
233
auto cmReverseRange(Range const& range) -> cmRange<decltype(range.rbegin())>
234
{
235
return { range.rbegin(), range.rend() };
236
}
Callers
11
UnindentLines
Method · 0.85
AddLibraries
Method · 0.85
AddObjects
Method · 0.85
VisitComponent
Method · 0.85
WriteChecks
Method · 0.85
ComputeFinalDepends
Method · 0.85
FillPackageRootPath
Method · 0.85
WriteSearchVariables
Method · 0.85
CreateParallelTestCostList
Method · 0.85
LoadRevisions
Method · 0.85
Connect
Method · 0.85
Calls
2
rbegin
Method · 0.80
rend
Method · 0.80
Tested by
2
CreateParallelTestCostList
Method · 0.68
LoadRevisions
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…