ΒΆtemplate <typename R>
bool is_splat(R&& Range)
template <typename R>
bool is_splat(R&& Range)
Description
Wrapper function around std::equal to detect if all elements in a container are same.
Declared at: llvm/include/llvm/ADT/STLExtras.h:1326
Templates
- R
Parameters
- R&& Range