Arduino Libraries
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Functions
std Namespace Reference

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

Function Documentation

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.

Parameters
__ilsInitializer list.
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.

Parameters
__ilsInitializer list.