You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The C++ core guidelines recommend using empty() methods where available, because this makes the containers more generic, e.g. you don't have to know that an empty container means the size is 0.