|
Arduino Libraries
|
Classes | |
| class | initializer_list |
| initializer_list More... | |
Functions | |
| template<class _Tp > | |
| constexpr const _Tp * | 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 * | end (initializer_list< _Tp > __ils) noexcept |
| Return an iterator pointing to one past the last element of the initilizer_list. More... | |
|
noexcept |
Return an iterator pointing to the first element of the initilizer_list.
| __ils | Initializer list. |
|
noexcept |
Return an iterator pointing to one past the last element of the initilizer_list.
| __ils | Initializer list. |
1.8.6