Deduce the template parameter VALUE from the parameters supplied to the constructor of queue.

Synopsis

Declared in <bslstl_queue.h>

template<ranges::input_range t_RANGE>
queue<ranges::range_value_t<t_RANGE>>(
    std::from_range_t,
    t_RANGE&&) → queue<ranges::range_value_t<t_RANGE>>;

Created with MrDocs