ΒΆtemplate <typename ContainerTy>
bool hasNItemsOrLess(ContainerTy&& C,
                     unsigned int N)

Description

Returns true if the given container has N or less items

Declared at: llvm/include/llvm/ADT/STLExtras.h:2194

Templates

ContainerTy

Parameters

ContainerTy&& C
unsigned int N