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.
string_view.h File Reference
Go to the source code of this file.
Data Structures | |
class | string_view_exception |
The base class for basic_string_view exceptions. More... | |
class | string_view_bounds |
The exception thrown when the index is out of bounds. More... | |
class | string_view_uninitialised |
The exception thrown when the view is uninitialised. More... | |
class | basic_string_view< T, TTraits > |
String view. More... | |
struct | hash< etl::string_view > |
Hash function. More... | |
Namespaces | |
namespace | etl |
A multimap with the capacity defined at compile time. | |
Functions | |
template<typename T , typename TTraits = etl::char_traits<T>> | |
void | swap (etl::basic_string_view< T, TTraits > &lhs, etl::basic_string_view< T, TTraits > &rhs) |
Swaps the values. |
Detailed Description
Definition in file string_view.h.
Function Documentation
void swap | ( | etl::basic_string_view< T, TTraits > & | lhs, |
etl::basic_string_view< T, TTraits > & | rhs | ||
) |
Swaps the values.
Definition at line 862 of file string_view.h.
Generated on Tue Jul 12 2022 14:05:47 by
