Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 263 Bytes

File metadata and controls

7 lines (6 loc) · 263 Bytes

Size

constexpr size_type size() const noexcept;

Returns the size of the container. For an underlying std::array, this effectively just returns the template parameter Size. For an underlying std::vector, it instead calls std::vector::size().