Phoenix
Object-oriented orthogonally persistent operating system
|
Contains definitions required for some language features. More...
Classes | |
class | initializer_list |
Class required in order to support initializer lists. More... | |
Functions | |
template<class _Tp > | |
constexpr const _Tp * | begin (initializer_list< _Tp > __ils) |
Return an iterator pointing to the first element of the initializer_list. | |
template<class _Tp > | |
constexpr const _Tp * | end (initializer_list< _Tp > __ils) |
Return an iterator pointing to one past the last element of the initializer_list. |
Contains definitions required for some language features.
constexpr const _Tp* std::begin | ( | initializer_list< _Tp > | __ils | ) |
Return an iterator pointing to the first element of the initializer_list.
__ils | Initializer list. |
constexpr const _Tp* std::end | ( | initializer_list< _Tp > | __ils | ) |
Return an iterator pointing to one past the last element of the initializer_list.
__ils | Initializer list. |