size

size_t size() const noexcept

Returns the size of the underlying row.

Parameters

(None)

Returns

A value of type size_t.

Exceptions

This function is noexcept and is guaranteed never to throw.

Complexity

Constant