std::array
From cppreference.com
Template:cpp/container/array/sidebar
Defined in header <array>
|
||
template< class T, |
Template:mark c++11 feature | |
array
is a container that encapsulates constant size arrays.
This struct is designed to provide the benefits of a STL container (an array
knows its own size, supports assignment, etc.)
while still providing the performance of C-style arrays.
Contents |
Member types
Template:tdcl list begin Template:tdcl list hitem Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list end
Member functions
Non-member functions
accesses an element of an array (function template) |
Helper classes
obtains the size of an array (class template specialization) | |
obtains the type of the elements of array (class template specialization) |