Arduino Posix Filesystems
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
std::initializer_list< _Ep > Class Template Reference

Custom initializer_list if not provided by the compiler. More...

#include <InitializerList.h>

Public Types

typedef _Ep value_type
 
typedef const _Ep & reference
 
typedef const _Ep & const_reference
 
typedef size_t size_type
 
typedef const _Ep * iterator
 
typedef const _Ep * const_iterator
 

Public Member Functions

constexpr size_t size () const noexcept
 
constexpr const _Ep * begin () const noexcept
 
constexpr const _Ep * end () const noexcept
 

Detailed Description

template<class _Ep>
class std::initializer_list< _Ep >

Custom initializer_list if not provided by the compiler.

Template Parameters
_Ep

The documentation for this class was generated from the following file: