ΒΆtemplate <typename ContainerTy>
bool hasNItemsOrMore(ContainerTy&& C,
unsigned int N)
template <typename ContainerTy>
bool hasNItemsOrMore(ContainerTy&& C,
unsigned int N)
Description
Returns true if the given container has N or more items
Declared at: llvm/include/llvm/ADT/STLExtras.h:2188
Templates
- ContainerTy
Parameters
- ContainerTy&& C
- unsigned int N