Arduino Libraries
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Namespaces | Functions
initializer_list.hpp File Reference

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...