cpp/regex/match results/empty
From Cppreference
< cpp | regex | match results
Template:cpp/container/match results/title Template:cpp/container/match results/sidebar
bool empty() const;
|
(no container - C++11 feature) | |
Checks if the container has no elements, i.e. whether begin() == end().
Contents |
[edit] Parameters
(none)
[edit] Return value
true if the container is empty, false otherwise
[edit] Exceptions
[edit] Complexity
Constant
See also
|
returns the number of elements (public member function) |