|
libstdc++
|
Go to the source code of this file.
Classes | |
| struct | std::array< _Tp, _Nm > |
| A standard container for storing a fixed size sequence of elements. More... | |
| struct | std::tuple_element< _Int,::array< _Tp, _Nm > > |
| Partial specialization for std::array. More... | |
| struct | std::tuple_size<::array< _Tp, _Nm > > |
| Partial specialization for std::array. More... | |
Namespaces | |
| namespace | std |
Defines | |
| #define | _GLIBCXX_ARRAY |
Functions | |
| template<std::size_t _Int, typename _Tp , std::size_t _Nm> | |
| constexpr _Tp & | std::get (array< _Tp, _Nm > &__arr) noexcept |
| template<std::size_t _Int, typename _Tp , std::size_t _Nm> | |
| constexpr _Tp && | std::get (array< _Tp, _Nm > &&__arr) noexcept |
| template<std::size_t _Int, typename _Tp , std::size_t _Nm> | |
| constexpr const _Tp & | std::get (const array< _Tp, _Nm > &__arr) noexcept |
| template<typename _Tp , std::size_t _Nm> | |
| bool | std::operator!= (const array< _Tp, _Nm > &__one, const array< _Tp, _Nm > &__two) |
| template<typename _Tp , std::size_t _Nm> | |
| bool | std::operator< (const array< _Tp, _Nm > &__a, const array< _Tp, _Nm > &__b) |
| template<typename _Tp , std::size_t _Nm> | |
| bool | std::operator<= (const array< _Tp, _Nm > &__one, const array< _Tp, _Nm > &__two) |
| template<typename _Tp , std::size_t _Nm> | |
| bool | std::operator== (const array< _Tp, _Nm > &__one, const array< _Tp, _Nm > &__two) |
| template<typename _Tp , std::size_t _Nm> | |
| bool | std::operator> (const array< _Tp, _Nm > &__one, const array< _Tp, _Nm > &__two) |
| template<typename _Tp , std::size_t _Nm> | |
| bool | std::operator>= (const array< _Tp, _Nm > &__one, const array< _Tp, _Nm > &__two) |
| template<typename _Tp , std::size_t _Nm> | |
| void | std::swap (array< _Tp, _Nm > &__one, array< _Tp, _Nm > &__two) noexcept(noexcept(__one.swap(__two))) |
This is a Standard C++ Library header.
Definition in file array.