25#ifndef _GLIBCXX_BITS_ELEMENTS_OF
26#define _GLIBCXX_BITS_ELEMENTS_OF
29#pragma GCC system_header
37#if defined(__glibcxx_ranges) && defined(__glibcxx_generator)
45namespace std _GLIBCXX_VISIBILITY(default)
47_GLIBCXX_BEGIN_NAMESPACE_VERSION
57 template<range _Range,
typename _Alloc = allocator<
byte>>
60 [[no_unique_address]] _Range
range;
61 [[no_unique_address]] _Alloc allocator = _Alloc();
64 template<
typename _Range,
typename _Alloc = allocator<
byte>>
70_GLIBCXX_END_NAMESPACE_VERSION
ISO C++ entities toplevel namespace is std.
[range.range] The range concept.