ΒΆ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:1793

Templates

R

Parameters

R&& Range