Phoenix
Object-oriented orthogonally persistent operating system
Classes | Namespaces | Functions
std.h File Reference

This file contains required definitions from std namespace. More...

This graph shows which files directly or indirectly include this file:

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.

Detailed Description

This file contains required definitions from std namespace.

The Phoenix does not use C++ standard library provided types however some of std namespace definitions are required in order to use some language features (e.g. initializer lists).

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines