libbmb
Modern implementation of STL
Loading...
Searching...
No Matches
bmb::Vector< T, Allocator > Member List

This is the complete list of members for bmb::Vector< T, Allocator >, including all inherited members.

allocator_type typedefbmb::Vector< T, Allocator >
at(size_t n)bmb::Vector< T, Allocator >inline
at(size_t n) constbmb::Vector< T, Allocator >inline
back() noexceptbmb::Vector< T, Allocator >inline
back() const noexceptbmb::Vector< T, Allocator >inline
begin() noexceptbmb::Vector< T, Allocator >inline
begin() const noexceptbmb::Vector< T, Allocator >inline
boundPopBack()bmb::Vector< T, Allocator >inline
capacity() const noexceptbmb::Vector< T, Allocator >inline
cbegin() const noexceptbmb::Vector< T, Allocator >inline
cend() const noexceptbmb::Vector< T, Allocator >inline
clear() noexceptbmb::Vector< T, Allocator >inline
const_iterator typedefbmb::Vector< T, Allocator >
const_pointer typedefbmb::Vector< T, Allocator >
const_reference typedefbmb::Vector< T, Allocator >
emplaceBack(Args &&... args)bmb::Vector< T, Allocator >inline
end() noexceptbmb::Vector< T, Allocator >inline
end() const noexceptbmb::Vector< T, Allocator >inline
front() noexceptbmb::Vector< T, Allocator >inline
front() const noexceptbmb::Vector< T, Allocator >inline
getRawData() noexceptbmb::Vector< T, Allocator >inline
getRawData() const noexceptbmb::Vector< T, Allocator >inline
isEmpty() const noexceptbmb::Vector< T, Allocator >inline
iterator typedefbmb::Vector< T, Allocator >
operator<=>(const Vector &other) constbmb::Vector< T, Allocator >inline
operator=(Vector other)bmb::Vector< T, Allocator >inline
operator==(const Vector &other) constbmb::Vector< T, Allocator >inline
operator[](size_t n) noexceptbmb::Vector< T, Allocator >inline
operator[](size_t n) const noexceptbmb::Vector< T, Allocator >inline
pointer typedefbmb::Vector< T, Allocator >
popBack() noexceptbmb::Vector< T, Allocator >inline
pushBack(value_type value)bmb::Vector< T, Allocator >inline
reference typedefbmb::Vector< T, Allocator >
reserve(size_t new_capacity)bmb::Vector< T, Allocator >inline
size() const noexceptbmb::Vector< T, Allocator >inline
size_type typedefbmb::Vector< T, Allocator >
swapbmb::Vector< T, Allocator >friend
value_type typedefbmb::Vector< T, Allocator >
Vector() noexcept(noexcept(Allocator()))bmb::Vector< T, Allocator >inline
Vector(const Allocator &alloc)bmb::Vector< T, Allocator >inlineexplicit
Vector(size_t count, const value_type &value=value_type(), const Allocator &alloc=Allocator())bmb::Vector< T, Allocator >inlineexplicit
Vector(Iter first, Iter last, const Allocator &alloc=Allocator())bmb::Vector< T, Allocator >inline
Vector(std::initializer_list< value_type > init_list, const Allocator &alloc=Allocator())bmb::Vector< T, Allocator >inline
Vector(const Vector &other)bmb::Vector< T, Allocator >inline
Vector(Vector &&other) noexcept(noexcept(Allocator(move(other.alloc_))))bmb::Vector< T, Allocator >inline
~Vector()bmb::Vector< T, Allocator >inline