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.
array_view.h File Reference
Go to the source code of this file.
Data Structures | |
class | array_view_exception |
The base class for array_view exceptions. More... | |
class | array_view_bounds |
The exception thrown when the index is out of bounds. More... | |
class | array_view_uninitialised |
The exception thrown when the view is uninitialised. More... | |
class | array_view< T > |
Array view. More... | |
class | const_array_view< T > |
Constant array view. More... | |
struct | hash< etl::array_view< T > > |
Hash function. More... | |
Namespaces | |
namespace | etl |
A multimap with the capacity defined at compile time. | |
Functions | |
template<typename T > | |
void | swap (etl::array_view< T > &lhs, etl::array_view< T > &rhs) |
Swaps the values. | |
template<typename T > | |
void | swap (etl::const_array_view< T > &lhs, etl::const_array_view< T > &rhs) |
Swaps the values. |
Detailed Description
Definition in file array_view.h.
Function Documentation
void swap | ( | etl::array_view< T > & | lhs, |
etl::array_view< T > & | rhs | ||
) |
Swaps the values.
Definition at line 856 of file array_view.h.
void swap | ( | etl::const_array_view< T > & | lhs, |
etl::const_array_view< T > & | rhs | ||
) |
Swaps the values.
Definition at line 865 of file array_view.h.
Generated on Tue Jul 12 2022 14:05:46 by
