libstdc++
|
Go to the source code of this file.
Classes | |
struct | std::tuple_element< _Int, std::__debug::array< _Tp, _Nm > > |
struct | std::tuple_size< std::__debug::array< _Tp, _Nm > > |
Namespaces | |
std | |
std::__debug | |
Macros | |
#define | _GLIBCXX_DEBUG_ARRAY |
Functions | |
template<std::size_t _Int, typename _Tp , std::size_t _Nm> | |
constexpr _Tp & | std::__debug::get (array< _Tp, _Nm > &__arr) noexcept |
template<std::size_t _Int, typename _Tp , std::size_t _Nm> | |
constexpr _Tp && | std::__debug::get (array< _Tp, _Nm > &&__arr) noexcept |
template<std::size_t _Int, typename _Tp , std::size_t _Nm> | |
constexpr const _Tp & | std::__debug::get (const array< _Tp, _Nm > &__arr) noexcept |
template<std::size_t _Int, typename _Tp , std::size_t _Nm> | |
constexpr const _Tp && | std::__debug::get (const array< _Tp, _Nm > &&__arr) noexcept |
template<typename _Tp , std::size_t _Nm> | |
constexpr void | std::__debug::noexcept (noexcept(__one.swap(__two))) |
template<typename _Tp , std::size_t _Nm> | |
constexpr bool | std::__debug::operator!= (const array< _Tp, _Nm > &__one, const array< _Tp, _Nm > &__two) |
template<typename _Tp , std::size_t _Nm> | |
constexpr bool | std::__debug::operator< (const array< _Tp, _Nm > &__a, const array< _Tp, _Nm > &__b) |
template<typename _Tp , std::size_t _Nm> | |
constexpr bool | std::__debug::operator<= (const array< _Tp, _Nm > &__one, const array< _Tp, _Nm > &__two) |
template<typename _Tp , std::size_t _Nm> | |
constexpr bool | std::__debug::operator== (const array< _Tp, _Nm > &__one, const array< _Tp, _Nm > &__two) |
template<typename _Tp , std::size_t _Nm> | |
constexpr bool | std::__debug::operator> (const array< _Tp, _Nm > &__one, const array< _Tp, _Nm > &__two) |
template<typename _Tp , std::size_t _Nm> | |
constexpr bool | std::__debug::operator>= (const array< _Tp, _Nm > &__one, const array< _Tp, _Nm > &__two) |
template<typename _Tp , size_t _Nm> | |
enable_if< !::__array_traits < _Tp, _Nm > ::_Is_swappable::value >::type | std::__debug::swap (array< _Tp, _Nm > &, array< _Tp, _Nm > &)=delete |
This is a Standard C++ Library header.
Definition in file debug/array.