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