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