NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
deque< T, Alloc, BufSize > 成员列表

成员的完整列表,这些成员属于 deque< T, Alloc, BufSize >,包括所有继承而来的类成员

allocator_type typedefdeque< T, Alloc, BufSize >
assign(const size_type count, const T &value)deque< T, Alloc, BufSize >inline
assign(Iterator first, Iterator last)deque< T, Alloc, BufSize >inline
assign(std::initializer_list< T > ilist)deque< T, Alloc, BufSize >inline
at(size_type position) const noexceptdeque< T, Alloc, BufSize >inline
at(const size_type position) noexceptdeque< T, Alloc, BufSize >inline
back() noexceptdeque< T, Alloc, BufSize >inline
back() const noexceptdeque< T, Alloc, BufSize >inline
begin() noexceptdeque< T, Alloc, BufSize >inline
begin() const noexceptdeque< T, Alloc, BufSize >inline
buffer_sizedeque< T, Alloc, BufSize >static
cbegin() const noexceptdeque< T, Alloc, BufSize >inline
cend() const noexceptdeque< T, Alloc, BufSize >inline
clear() noexcept(is_nothrow_destructible_v< value_type >)deque< T, Alloc, BufSize >inline
const_iterator typedefdeque< T, Alloc, BufSize >
const_pointer typedefdeque< T, Alloc, BufSize >
const_reference typedefdeque< T, Alloc, BufSize >
const_reverse_iterator typedefdeque< T, Alloc, BufSize >
crbegin() const noexceptdeque< T, Alloc, BufSize >inline
crend() const noexceptdeque< T, Alloc, BufSize >inline
deque()deque< T, Alloc, BufSize >inline
deque(const size_type n)deque< T, Alloc, BufSize >inlineexplicit
deque(const size_type n, const T &value)deque< T, Alloc, BufSize >inline
deque(Iterator first, Iterator last)deque< T, Alloc, BufSize >inline
deque(std::initializer_list< T > ilist)deque< T, Alloc, BufSize >inline
deque(const deque &other)deque< T, Alloc, BufSize >inline
deque(deque &&other) noexceptdeque< T, Alloc, BufSize >inline
difference_type typedefdeque< T, Alloc, BufSize >
emplace(iterator position, Args &&... args)deque< T, Alloc, BufSize >inline
emplace_back(Args &&... args)deque< T, Alloc, BufSize >inline
emplace_front(Args &&... args)deque< T, Alloc, BufSize >inline
empty() const noexceptdeque< T, Alloc, BufSize >inline
end() noexceptdeque< T, Alloc, BufSize >inline
end() const noexceptdeque< T, Alloc, BufSize >inline
erase(iterator position)deque< T, Alloc, BufSize >inline
erase(iterator first, iterator last)deque< T, Alloc, BufSize >inline
front() noexceptdeque< T, Alloc, BufSize >inline
front() const noexceptdeque< T, Alloc, BufSize >inline
insert(iterator position, const T &value)deque< T, Alloc, BufSize >inline
insert(iterator position, T &&value)deque< T, Alloc, BufSize >inline
insert(iterator position, Iterator first, Iterator last)deque< T, Alloc, BufSize >inline
insert(iterator position, std::initializer_list< T > list)deque< T, Alloc, BufSize >inline
insert(iterator position, const size_t n, const T &value)deque< T, Alloc, BufSize >inline
iterator typedefdeque< T, Alloc, BufSize >
max_size() const noexceptdeque< T, Alloc, BufSize >inline
operator!=(const T &rhs) const noexcept(noexcept(!(*this==rhs)))icomparable< T >inline
operator<(const deque &rhs) const noexcept(noexcept(_NEFORCE lexicographical_compare(cbegin(), cend(), rhs.cbegin(), rhs.cend())))deque< T, Alloc, BufSize >inline
icollector::operator<(const T &rhs) const noexcept(noexcept(derived()< rhs))icomparable< T >inline
operator<=(const T &rhs) const noexcept(noexcept(!(derived() > rhs)))icomparable< T >inline
operator=(std::initializer_list< T > ilist)deque< T, Alloc, BufSize >inline
operator=(const deque &other)deque< T, Alloc, BufSize >inline
operator=(deque &&other) noexceptdeque< T, Alloc, BufSize >inline
operator==(const deque &rhs) const noexcept(noexcept(_NEFORCE equal(cbegin(), cend(), rhs.cbegin())))deque< T, Alloc, BufSize >inline
icollector::operator==(const T &rhs) const noexcept(noexcept(derived()==rhs))icomparable< T >inline
operator>(const T &rhs) const noexcept(noexcept(rhs< derived()))icomparable< T >inline
operator>=(const T &rhs) const noexcept(noexcept(!(derived()< rhs)))icomparable< T >inline
operator[](const size_type position) const noexceptdeque< T, Alloc, BufSize >inline
operator[](const size_type position) noexceptdeque< T, Alloc, BufSize >inline
pointer typedefdeque< T, Alloc, BufSize >
pop_back() noexcept(is_nothrow_destructible_v< value_type >)deque< T, Alloc, BufSize >inline
pop_front() noexcept(is_nothrow_destructible_v< value_type >)deque< T, Alloc, BufSize >inline
push_back(const T &value)deque< T, Alloc, BufSize >inline
push_back(T &&value)deque< T, Alloc, BufSize >inline
push_front(const T &value)deque< T, Alloc, BufSize >inline
push_front(T &&value)deque< T, Alloc, BufSize >inline
rbegin() noexceptdeque< T, Alloc, BufSize >inline
rbegin() const noexceptdeque< T, Alloc, BufSize >inline
reference typedefdeque< T, Alloc, BufSize >
rend() noexceptdeque< T, Alloc, BufSize >inline
rend() const noexceptdeque< T, Alloc, BufSize >inline
resize(size_type n, const T &value)deque< T, Alloc, BufSize >inline
resize(const size_type n)deque< T, Alloc, BufSize >inline
reverse_iterator typedefdeque< T, Alloc, BufSize >
shrink_to_fit() noexcept(is_nothrow_destructible_v< value_type >)deque< T, Alloc, BufSize >inline
size() const noexceptdeque< T, Alloc, BufSize >inline
size_type typedefdeque< T, Alloc, BufSize >
swap(deque &other) noexcept(is_nothrow_swappable_v< map_allocator > &&is_nothrow_swappable_v< allocator_type >)deque< T, Alloc, BufSize >inline
value_type typedefdeque< T, Alloc, BufSize >
~deque()deque< T, Alloc, BufSize >inline