25 #ifndef _GLIBCXX_BITS_ELEMENTS_OF 26 #define _GLIBCXX_BITS_ELEMENTS_OF 28 #pragma GCC system_header 35 #if defined(__glibcxx_ranges) && defined(__glibcxx_generator) 43 namespace std _GLIBCXX_VISIBILITY(default)
45 _GLIBCXX_BEGIN_NAMESPACE_VERSION
55 template<range _Range,
typename _Alloc = allocator<byte>>
58 [[no_unique_address]] _Range range;
59 [[no_unique_address]] _Alloc allocator = _Alloc();
62 template<
typename _Range,
typename _Alloc = allocator<byte>>
63 elements_of(_Range&&, _Alloc = _Alloc())
64 -> elements_of<_Range&&, _Alloc>;
68 _GLIBCXX_END_NAMESPACE_VERSION
71 #endif // __glibcxx_generator && __glibcxx_ranges 72 #endif // _GLIBCXX_BITS_ELEMENTS_OF ISO C++ entities toplevel namespace is std.