#include <initializer_list>
|
| constexpr const_iterator | begin () const noexcept |
| constexpr const_iterator | end () const noexcept |
| constexpr size_type | size () const noexcept |
|
(Note that these are not member symbols.)
|
| template<class _Tp> |
| constexpr const _Tp * | begin (initializer_list< _Tp > __ils) noexcept |
| template<class _Tp> |
| constexpr const _Tp * | end (initializer_list< _Tp > __ils) noexcept |
template<class _E>
class std::initializer_list< _E >
initializer_list
Definition at line 47 of file initializer_list.
◆ const_iterator
◆ const_reference
◆ iterator
◆ reference
◆ size_type
◆ value_type
◆ initializer_list()
◆ begin()
◆ end()
◆ size()
◆ begin()
template<class _Tp>
| const _Tp * begin |
( |
initializer_list< _Tp > | __ils | ) |
|
|
related |
Return an iterator pointing to the first element of the initializer_list.
- Parameters
-
Definition at line 90 of file initializer_list.
◆ end()
template<class _Tp>
| const _Tp * end |
( |
initializer_list< _Tp > | __ils | ) |
|
|
related |
Return an iterator pointing to one past the last element of the initializer_list.
- Parameters
-
Definition at line 101 of file initializer_list.
The documentation for this class was generated from the following file: