std::{{{1}}}::empty
From cppreference.com
Template:cpp/container//sidebar
bool empty() const; |
Template:cpp/container/mark c++11 feature | |
Checks if the container has no elements, i.e. whether Template:cpp.
Contents |
Parameters
Return value
Template:cpp if the container is empty, Template:cpp otherwise
Exceptions
noexcept specification:
noexcept