array File Reference

#include <new>
#include <iterator>
#include <algorithm>
#include <cstddef>
#include <bits/functexcept.h>

Go to the source code of this file.

Namespaces

namespace  std
namespace  std::tr1

Classes

struct  std::tr1::array< _Tp, _Nm >
 struct array [6.2.2]. NB: Requires complete type _Tp. More...
struct  std::tr1::tuple_size< array< _Tp, _Nm > >
struct  std::tr1::tuple_element< _Int, array< _Tp, _Nm > >

Defines

#define _ARRAY   1

Functions

template<typename _Tp, std::size_t _Nm>
bool std::tr1::operator== (const array< _Tp, _Nm > &__one, const array< _Tp, _Nm > &__two)
template<typename _Tp, std::size_t _Nm>
bool std::tr1::operator!= (const array< _Tp, _Nm > &__one, const array< _Tp, _Nm > &__two)
template<typename _Tp, std::size_t _Nm>
bool std::tr1::operator< (const array< _Tp, _Nm > &__a, const array< _Tp, _Nm > &__b)
template<typename _Tp, std::size_t _Nm>
bool std::tr1::operator> (const array< _Tp, _Nm > &__one, const array< _Tp, _Nm > &__two)
template<typename _Tp, std::size_t _Nm>
bool std::tr1::operator<= (const array< _Tp, _Nm > &__one, const array< _Tp, _Nm > &__two)
template<typename _Tp, std::size_t _Nm>
bool std::tr1::operator>= (const array< _Tp, _Nm > &__one, const array< _Tp, _Nm > &__two)
template<typename _Tp, std::size_t _Nm>
void std::tr1::swap (array< _Tp, _Nm > &__one, array< _Tp, _Nm > &__two)
template<int _Int, typename _Tp, std::size_t _Nm>
_Tp & std::tr1::get (array< _Tp, _Nm > &__arr)
template<int _Int, typename _Tp, std::size_t _Nm>
const _Tp & std::tr1::get (const array< _Tp, _Nm > &__arr)


Detailed Description

This is a TR1 C++ Library header.

Definition in file array.


Define Documentation

#define _ARRAY   1

Definition at line 35 of file array.


Generated on Tue Feb 2 16:57:12 2010 for GNU C++ STL by  doxygen 1.4.7