Namespaces
Variants
Views
Actions

std::array<T,N>::size

From cppreference.com
< cpp‎ | container‎ | array
Revision as of 13:09, 14 August 2011 by Korval (Talk | contribs)

Template:cpp/container/array/sidebar

constexpr size_type size() noexcept;
Template:cpp/container/mark c++11 feature

Returns the number of elements in the container, i.e. Template:cpp.

Contents

Parameters

Template:param none

Return value

the number of elements in the container

Complexity

Template:complex constant

See also

Template:cpp/container/dcl list emptyTemplate:cpp/container/dcl list max size