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.
container.h File Reference
Go to the source code of this file.
Namespaces | |
namespace | etl |
A multimap with the capacity defined at compile time. | |
Functions | |
template<typename TContainer > | |
ETL_CONSTEXPR TContainer::iterator | begin (TContainer &container) |
Get the 'begin' iterator. | |
template<typename TContainer > | |
ETL_CONSTEXPR TContainer::const_iterator | begin (const TContainer &container) |
Get the 'begin' const_iterator for a container. | |
template<typename TContainer > | |
ETL_CONSTEXPR TContainer::const_iterator | cbegin (const TContainer &container) |
Get the 'begin' const_iterator for a container. | |
template<typename TContainer > | |
ETL_CONSTEXPR TContainer::reverse_iterator | rbegin (const TContainer &container) |
Get the 'begin' reverse_iterator for a container. | |
template<typename TContainer > | |
ETL_CONSTEXPR TContainer::reverse_iterator | crbegin (const TContainer &container) |
Get the 'begin' reverse_iterator for a container. | |
template<typename TContainer > | |
ETL_CONSTEXPR TContainer::iterator | end (TContainer &container) |
Get the 'end' iterator for a container. | |
template<typename TContainer > | |
ETL_CONSTEXPR TContainer::const_iterator | end (const TContainer &container) |
Get the 'end' const_iterator for a container. | |
template<typename TContainer > | |
ETL_CONSTEXPR TContainer::const_iterator | cend (const TContainer &container) |
Get the 'end' const_iterator for a container. | |
template<typename TContainer > | |
ETL_CONSTEXPR TContainer::const_iterator | rend (const TContainer &container) |
Get the 'end' reverse_iterator for a container. | |
template<typename TContainer > | |
ETL_CONSTEXPR TContainer::reverse_iterator | crend (const TContainer &container) |
Get the 'end' reverse_iterator for a container. | |
template<typename TValue , const size_t ARRAY_SIZE> | |
ETL_CONSTEXPR TValue * | begin (TValue(&data)[ARRAY_SIZE]) |
Get the 'begin' pointer for an array. | |
template<typename TValue , const size_t ARRAY_SIZE> | |
ETL_CONSTEXPR const TValue * | begin (const TValue(&data)[ARRAY_SIZE]) |
Get the 'begin' const iterator for an array. | |
template<typename TValue , const size_t ARRAY_SIZE> | |
ETL_CONSTEXPR const TValue * | cbegin (const TValue(&data)[ARRAY_SIZE]) |
Get the 'begin' const iterator for an array. | |
template<typename TValue , const size_t ARRAY_SIZE> | |
ETL_CONSTEXPR std::reverse_iterator< TValue * > | rbegin (const TValue(&data)[ARRAY_SIZE]) |
Get the 'begin' reverse_iterator for an array. | |
template<typename TValue , const size_t ARRAY_SIZE> | |
ETL_CONSTEXPR std::reverse_iterator< const TValue * > | crbegin (const TValue(&data)[ARRAY_SIZE]) |
Get the 'begin' const reverse_iterator for an array. | |
template<typename TValue , const size_t ARRAY_SIZE> | |
ETL_CONSTEXPR TValue * | end (TValue(&data)[ARRAY_SIZE]) |
Get the 'end' iterator for an array. | |
template<typename TValue , const size_t ARRAY_SIZE> | |
ETL_CONSTEXPR const TValue * | end (const TValue(&data)[ARRAY_SIZE]) |
Get the 'end' const iterator for an array. | |
template<typename TValue , const size_t ARRAY_SIZE> | |
ETL_CONSTEXPR const TValue * | cend (const TValue(&data)[ARRAY_SIZE]) |
Get the 'end' const iterator for an array. | |
template<typename TValue , const size_t ARRAY_SIZE> | |
ETL_CONSTEXPR std::reverse_iterator< TValue * > | rend (const TValue(&data)[ARRAY_SIZE]) |
Get the 'end' reverse_iterator for an array. | |
template<typename TValue , const size_t ARRAY_SIZE> | |
ETL_CONSTEXPR std::reverse_iterator< const TValue * > | crend (const TValue(&data)[ARRAY_SIZE]) |
Get the 'end' const reverse_iterator for an array. | |
template<class TIterator > | |
TIterator | next (TIterator iterator, ptrdiff_t n=1) |
Get the next iterator. | |
template<class TIterator > | |
TIterator | prev (TIterator iterator, ptrdiff_t n=1) |
Get the previous iterator. |
Detailed Description
Definition in file container.h.
Generated on Tue Jul 12 2022 14:05:46 by
