logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::initializer_list< _E > - initializer_list

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++                  std::initializer_list<_E>(3cxx)

Detailed Description

template<class_E>
       class std::initializer_list< _E >"initializer_list

Name

       std::initializer_list< _E > - initializer_list

Synopsis

       #include <initializer_list>

   PublicTypestypedef const _E * const_iteratortypedef const _E & const_referencetypedef const _E * iteratortypedef const _E & referencetypedef size_t size_typetypedef_Evalue_typePublicMemberFunctions
       constexpr const_iteratorbegin () const noexcept
       constexpr const_iteratorend () const noexcept
       constexpr size_type size () const noexcept

   RelatedSymbols
       (Note that these are not member symbols.)
       template<class _Tp > constexpr const _Tp * begin (initializer_list< _Tp > __ils) noexcept
           Return an iterator pointing to the first element of the initializer_list.
       template<class _Tp > constexpr const _Tp * end (initializer_list< _Tp > __ils) noexcept
           Return an iterator pointing to one past the last element of the initializer_list.

See Also