#include <array.hpp>
Public Types | |
| enum | { static_size = 0 } |
| typedef T | value_type |
| typedef T * | iterator |
| typedef const T * | const_iterator |
| typedef T & | reference |
| typedef const T & | const_reference |
| typedef std::size_t | size_type |
| typedef std::ptrdiff_t | difference_type |
| typedef std::reverse_iterator < iterator > | reverse_iterator |
| typedef std::reverse_iterator < const_iterator > | const_reverse_iterator |
Public Member Functions | |
| iterator | begin () |
| const_iterator | begin () const |
| const_iterator | cbegin () const |
| iterator | end () |
| const_iterator | end () const |
| const_iterator | cend () const |
| reverse_iterator | rbegin () |
| const_reverse_iterator | rbegin () const |
| const_reverse_iterator | crbegin () const |
| reverse_iterator | rend () |
| const_reverse_iterator | rend () const |
| const_reverse_iterator | crend () const |
| reference | operator[] (size_type) |
| const_reference | operator[] (size_type) const |
| reference | at (size_type) |
| const_reference | at (size_type) const |
| reference | front () |
| const_reference | front () const |
| reference | back () |
| const_reference | back () const |
| void | swap (array< T, 0 > &) |
| const T * | data () const |
| T * | data () |
| T * | c_array () |
| template<typename T2 > | |
| array< T, 0 > & | operator= (const array< T2, 0 > &) |
| void | assign (const T &value) |
| void | fill (const T &) |
Static Public Member Functions | |
| static size_type | size () |
| static bool | empty () |
| static size_type | max_size () |
| static reference | failed_rangecheck () |
| typedef const T* boost::array< T, 0 >::const_iterator |
| typedef const T& boost::array< T, 0 >::const_reference |
| typedef std::reverse_iterator<const_iterator> boost::array< T, 0 >::const_reverse_iterator |
| typedef std::ptrdiff_t boost::array< T, 0 >::difference_type |
| typedef T* boost::array< T, 0 >::iterator |
| typedef T& boost::array< T, 0 >::reference |
| typedef std::reverse_iterator<iterator> boost::array< T, 0 >::reverse_iterator |
| typedef std::size_t boost::array< T, 0 >::size_type |
| typedef T boost::array< T, 0 >::value_type |
|
inline |
References boost::array< T, N >::fill().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References boost::array< T, N >::cbegin().
|
inline |
References boost::array< T, N >::end().
|
inline |
References boost::array< T, N >::begin().
|
inline |
|
inline |
|
inlinestatic |
|
inline |
References boost::array< T, N >::begin().
|
inline |
References boost::array< T, N >::begin().
|
inlinestatic |
References T, and boost::throw_exception().
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
References boost::array< T, N >::end().
|
inline |
References boost::array< T, N >::end().
|
inline |
References boost::array< T, N >::begin().
|
inline |
References boost::array< T, N >::begin().
|
inlinestatic |
|
inline |