NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
neforce::queue< T, Sequence > 成员列表

成员的完整列表,这些成员属于 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 typedefneforce::queue< T, Sequence >
const_reference typedefneforce::queue< T, Sequence >
difference_type typedefneforce::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 typedefneforce::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()=defaultneforce::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 typedefneforce::queue< T, Sequence >
size() const noexcept(noexcept(seq_.size()))neforce::queue< T, Sequence >inline
size_type typedefneforce::queue< T, Sequence >
swap(queue &other) noexcept(is_nothrow_swappable_v< Sequence >)neforce::queue< T, Sequence >inline
value_type typedefneforce::queue< T, Sequence >
~queue()=defaultneforce::queue< T, Sequence >