Same as the preceding overload.
Synopsis
Declared in <bslstl_queue.h>
template<
class t_RANGE,
class t_ALLOCATOR>
queue(
std::from_range_t,
t_RANGE&& range,
t_ALLOCATOR const& allocator,
t_ALLOCATOR* = 0)
requires bsl::uses_allocator<CONTAINER,t_ALLOCATOR>::value;
Created with MrDocs