MCPcopy Create free account
hub / github.com/Kitware/CMake / cmMakeRange

Function cmMakeRange

Source/cmRange.h:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219
220template <typename Iter1, typename Iter2>
221auto cmMakeRange(Iter1 begin, Iter2 end) -> cmRange<Iter1>
222{
223 return { begin, end };
224}
225
226template <typename Range>
227auto cmMakeRange(Range const& range) -> cmRange<decltype(range.begin())>

Callers 15

testRangeFunction · 0.85
operator()Method · 0.85
HandleTransformCommandFunction · 0.85
DeferGetCallIdsMethod · 0.85
FormatListFileStackMethod · 0.85
AddLibrariesMethod · 0.85
InferDependenciesMethod · 0.85
WriteObjectRuleFilesMethod · 0.85
WriteMakeRuleMethod · 0.85
HandleTargetsModeFunction · 0.85

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by 5

testRangeFunction · 0.68
GenerateOldStyleMethod · 0.68
InitializeHandlerMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…