Returns true if there are no fields in the row (i.e. this->size() == 0).
this->size() == 0
bool empty() const noexcept;
No-throw guarantee.
Constant.