libstdc++
|
Go to the source code of this file.
Namespaces | |
std | |
Functions | |
template<class _Container > | |
auto | std::begin (_Container &__cont) -> decltype(__cont.begin()) |
template<class _Container > | |
auto | std::begin (const _Container &__cont) -> decltype(__cont.begin()) |
template<class _Container > | |
auto | std::end (_Container &__cont) -> decltype(__cont.end()) |
template<class _Container > | |
auto | std::end (const _Container &__cont) -> decltype(__cont.end()) |
Variables | |
template<class _Tp , size_t _Nm> | |
_Tp *return | std::__arr |
This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <iterator>.
Definition in file range_access.h.