table of contents
        
      
      
    | std::initializer_list< _E >(3) | Library Functions Manual | std::initializer_list< _E >(3) | 
NAME¶
std::initializer_list< _E > -
SYNOPSIS¶
Public Types¶
typedef const _E * const_iterator
  
  typedef const _E & const_reference
  
  typedef const _E * iterator
  
  typedef const _E & reference
  
  typedef size_t size_type
  
  typedef _E value_type
  
  
Public Member Functions¶
constexpr const_iterator begin () const noexcept
  
  constexpr const_iterator end () const noexcept
  
  constexpr size_type size () const noexcept
  
  
Detailed Description¶
template<class _E>class std::initializer_list< _E >¶
initializer_list
Definition at line 47 of file initializer_list.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
| Tue Sep 29 2020 | libstdc++ |