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