|
Arduino Libraries
|
Go to the source code of this file.
Classes | |
| class | std::initializer_list< _E > |
| initializer_list More... | |
Namespaces | |
| std | |
Functions | |
| template<class _Tp > | |
| constexpr const _Tp * | std::begin (initializer_list< _Tp > __ils) noexcept |
| Return an iterator pointing to the first element of the initilizer_list. More... | |
| template<class _Tp > | |
| constexpr const _Tp * | std::end (initializer_list< _Tp > __ils) noexcept |
| Return an iterator pointing to one past the last element of the initilizer_list. More... | |
1.8.6