|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 queue< T, Sequence >,包括所有继承而来的类成员
| back() noexcept(noexcept(seq_.back())) | queue< T, Sequence > | inline |
| back() const noexcept(noexcept(seq_.back())) | queue< T, Sequence > | inline |
| begin() noexcept(noexcept(seq_.begin())) | queue< T, Sequence > | inline |
| begin() const noexcept(noexcept(seq_.begin())) | queue< T, Sequence > | inline |
| cbegin() const noexcept(noexcept(seq_.cbegin())) | queue< T, Sequence > | inline |
| cend() const noexcept(noexcept(seq_.cend())) | queue< T, Sequence > | inline |
| const_iterator typedef | queue< T, Sequence > | |
| const_reference typedef | queue< T, Sequence > | |
| difference_type typedef | queue< T, Sequence > | |
| emplace(Args &&... args) | queue< T, Sequence > | inline |
| empty() const noexcept(noexcept(seq_.empty())) | queue< T, Sequence > | inline |
| end() noexcept(noexcept(seq_.end())) | queue< T, Sequence > | inline |
| end() const noexcept(noexcept(seq_.end())) | queue< T, Sequence > | inline |
| equal_to(const queue &rhs) const noexcept(noexcept(seq_==rhs.seq_)) | queue< T, Sequence > | inline |
| front() noexcept(noexcept(seq_.front())) | queue< T, Sequence > | inline |
| front() const noexcept(noexcept(seq_.front())) | queue< T, Sequence > | inline |
| iterator typedef | queue< T, Sequence > | |
| less_than(const queue &rhs) const noexcept(noexcept(seq_< rhs.seq_)) | queue< T, Sequence > | inline |
| operator!=(const T &rhs) const noexcept(noexcept(!(derived().equal_to(rhs)))) | icomparable< T > | inline |
| operator<(const T &rhs) const noexcept(noexcept(derived().less_than(rhs))) | icomparable< T > | inline |
| operator<=(const T &rhs) const noexcept(noexcept(!(rhs.less_than(derived())))) | icomparable< T > | inline |
| operator==(const T &rhs) const noexcept(noexcept(derived().equal_to(rhs))) | icomparable< T > | inline |
| operator>(const T &rhs) const noexcept(noexcept(rhs.less_than(derived()))) | icomparable< T > | inline |
| operator>=(const T &rhs) const noexcept(noexcept(!(derived().less_than(rhs)))) | icomparable< T > | inline |
| pop() noexcept(noexcept(seq_.pop_front())) | queue< T, Sequence > | inline |
| push(const T &value) | queue< T, Sequence > | inline |
| push(T &&value) | queue< T, Sequence > | inline |
| queue()=default | queue< T, Sequence > | |
| queue(const Sequence &other) | queue< T, Sequence > | inlineexplicit |
| queue(Sequence &&other) noexcept(is_nothrow_move_constructible_v< Sequence >) | queue< T, Sequence > | inlineexplicit |
| reference typedef | queue< T, Sequence > | |
| size() const noexcept(noexcept(seq_.size())) | queue< T, Sequence > | inline |
| size_type typedef | queue< T, Sequence > | |
| swap(queue &other) noexcept(is_nothrow_swappable_v< Sequence >) | queue< T, Sequence > | inline |
| value_type typedef | queue< T, Sequence > | |
| ~queue()=default | queue< T, Sequence > |