ΒΆtemplate <typename Range>
auto reverse_if_helper(
Range&& R,
std::integral_constant<bool, true>)
template <typename Range>
auto reverse_if_helper(
Range&& R,
std::integral_constant<bool, true>)
Declared at: llvm/include/llvm/Support/CFGDiff.h:42
Templates
- Range
Parameters
- Range&& R
- std::integral_constant<bool, true>