[3073] Add empty() member function to Element for element lists.
It has been asserted that using empty() is more efficient than using size() > 0 due to the possible extra work size() has to do. So provide an empty() function, which matches the underlying Boost implementation.
Showing
Please register or sign in to comment