std::unordered_multimap<Key,T,Hash,KeyEqual,Allocator>::empty
提供: cppreference.com
bool empty() const noexcept; |
(C++11以上) (C++20未満) |
|
[[nodiscard]] bool empty() const noexcept; |
(C++20以上) | |
コンテナの持っている要素が無い、つまり begin() == end