Alias for std::elements_of = std::ranges::elements_of<R, Alloc> in the bsl namespace.
Synopsis
Declared in <bslstl_ranges.h>
template<
ranges::range R,
class Alloc = bsl::allocator<>>
using elements_of = std::ranges::elements_of<R, Alloc>;
Created with MrDocs