Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: DeepCover Embedded Security in IoT MaximInterface MAXREFDES155#
array< T, N > Class Template Reference
Generic array class similar to std::array. More...
#include <array.hpp>
Public Member Functions | |
Element access | |
| reference | operator[] (size_type pos) |
| const_reference | operator[] (size_type pos) const |
| reference | front () |
| const_reference | front () const |
| reference | back () |
| const_reference | back () const |
| pointer | data () |
| const_pointer | data () const |
Iterators | |
| iterator | begin () |
| const_iterator | begin () const |
| const_iterator | cbegin () const |
| iterator | end () |
| const_iterator | end () const |
| const_iterator | cend () const |
| reverse_iterator | rbegin () |
| const_reverse_iterator | rbegin () const |
| const_reverse_iterator | crbegin () const |
| reverse_iterator | rend () |
| const_reverse_iterator | rend () const |
| const_reverse_iterator | crend () const |
Operations | |
| void | fill (const_reference value) |
| void | swap (array &other) |
Static Public Member Functions | |
Capacity | |
| static bool | empty () |
| static size_type | size () |
| static size_type | max_size () |
Detailed Description
template<typename T, size_t N>
class MaximInterfaceCore::array< T, N >
Generic array class similar to std::array.
Generated on Tue Jul 12 2022 11:13:19 by
1.7.2