llvm-mos-sdk
Public Types | Public Member Functions | List of all members
std::initializer_list< E > Class Template Reference

Public Types

using value_type = E
 
using reference = const E &
 
using const_reference = const E &
 
using size_type = size_t
 
using iterator = const E *
 
using const_iterator = const E *
 

Public Member Functions

constexpr initializer_list () noexcept=default
 
constexpr size_t size () const noexcept
 
constexpr const E * begin () const noexcept
 
constexpr const E * end () const noexcept
 

Member Typedef Documentation

◆ const_iterator

template<class E >
using std::initializer_list< E >::const_iterator = const E *

◆ const_reference

template<class E >
using std::initializer_list< E >::const_reference = const E &

◆ iterator

template<class E >
using std::initializer_list< E >::iterator = const E *

◆ reference

template<class E >
using std::initializer_list< E >::reference = const E &

◆ size_type

template<class E >
using std::initializer_list< E >::size_type = size_t

◆ value_type

template<class E >
using std::initializer_list< E >::value_type = E

Constructor & Destructor Documentation

◆ initializer_list()

template<class E >
constexpr std::initializer_list< E >::initializer_list ( )
constexprdefaultnoexcept

Member Function Documentation

◆ begin()

template<class E >
constexpr const E* std::initializer_list< E >::begin ( ) const
inlineconstexprnoexcept

◆ end()

template<class E >
constexpr const E* std::initializer_list< E >::end ( ) const
inlineconstexprnoexcept

◆ size()

template<class E >
constexpr size_t std::initializer_list< E >::size ( ) const
inlineconstexprnoexcept

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