assign(size_type size, const Element &value) -> void | xentara::utils::core::StaticVector< Element, kCapacity > | |
assign(InputIterator first, InputIterator last) -> void | xentara::utils::core::StaticVector< Element, kCapacity > | |
assign(std::initializer_list< Element > values) -> void | xentara::utils::core::StaticVector< Element, kCapacity > | |
at(size_type index) const -> const_reference | xentara::utils::core::StaticVector< Element, kCapacity > | |
at(size_type index) -> reference | xentara::utils::core::StaticVector< Element, kCapacity > | |
back() const noexcept -> const_reference | xentara::utils::core::StaticVector< Element, kCapacity > | |
back() noexcept -> reference | xentara::utils::core::StaticVector< Element, kCapacity > | |
begin() noexcept -> iterator | xentara::utils::core::StaticVector< Element, kCapacity > | |
begin() const noexcept -> const_iterator | xentara::utils::core::StaticVector< Element, kCapacity > | |
capacity() const noexcept -> size_type | xentara::utils::core::StaticVector< Element, kCapacity > | |
cbegin() const noexcept -> const_iterator | xentara::utils::core::StaticVector< Element, kCapacity > | |
cend() const noexcept -> const_iterator | xentara::utils::core::StaticVector< Element, kCapacity > | |
clear() noexcept -> void | xentara::utils::core::StaticVector< Element, kCapacity > | |
const_iterator typedef | xentara::utils::core::StaticVector< Element, kCapacity > | |
const_pointer typedef | xentara::utils::core::StaticVector< Element, kCapacity > | |
const_reference typedef | xentara::utils::core::StaticVector< Element, kCapacity > | |
const_reverse_iterator typedef | xentara::utils::core::StaticVector< Element, kCapacity > | |
crbegin() const noexcept -> const_reverse_iterator | xentara::utils::core::StaticVector< Element, kCapacity > | |
crend() const noexcept -> const_reverse_iterator | xentara::utils::core::StaticVector< Element, kCapacity > | |
data() const noexcept -> const value_type * | xentara::utils::core::StaticVector< Element, kCapacity > | |
data() noexcept -> value_type * | xentara::utils::core::StaticVector< Element, kCapacity > | |
difference_type typedef | xentara::utils::core::StaticVector< Element, kCapacity > | |
emplace(const_iterator where, Arguments &&... arguments) -> iterator | xentara::utils::core::StaticVector< Element, kCapacity > | |
emplace_back(Arguments &&... arguments) -> reference | xentara::utils::core::StaticVector< Element, kCapacity > | |
empty() const noexcept -> bool | xentara::utils::core::StaticVector< Element, kCapacity > | |
end() noexcept -> iterator | xentara::utils::core::StaticVector< Element, kCapacity > | |
end() const noexcept -> const_iterator | xentara::utils::core::StaticVector< Element, kCapacity > | |
erase(const_iterator position) -> iterator | xentara::utils::core::StaticVector< Element, kCapacity > | |
erase(const_iterator first, const_iterator last) -> iterator | xentara::utils::core::StaticVector< Element, kCapacity > | |
front() const noexcept -> const_reference | xentara::utils::core::StaticVector< Element, kCapacity > | |
front() noexcept -> reference | xentara::utils::core::StaticVector< Element, kCapacity > | |
insert(const_iterator where, const Element &value) -> iterator | xentara::utils::core::StaticVector< Element, kCapacity > | |
insert(const_iterator where, Element &&value) -> iterator | xentara::utils::core::StaticVector< Element, kCapacity > | |
insert(const_iterator where, size_type count, const Element &value) -> iterator | xentara::utils::core::StaticVector< Element, kCapacity > | |
insert(const_iterator where, InputIterator first, InputIterator last) -> iterator | xentara::utils::core::StaticVector< Element, kCapacity > | |
insert(const_iterator where, std::initializer_list< Element > values) -> iterator | xentara::utils::core::StaticVector< Element, kCapacity > | |
iterator typedef | xentara::utils::core::StaticVector< Element, kCapacity > | |
max_size() const noexcept -> size_type | xentara::utils::core::StaticVector< Element, kCapacity > | |
operator<=>(const StaticVector &rhs) const noexcept -> std::compare_three_way_result_t< value_type > | xentara::utils::core::StaticVector< Element, kCapacity > | |
operator=(const StaticVector &rhs) -> StaticVector & | xentara::utils::core::StaticVector< Element, kCapacity > | |
operator=(StaticVector &&rhs) noexcept(std::is_nothrow_move_constructible_v< Element >) -> StaticVector & | xentara::utils::core::StaticVector< Element, kCapacity > | |
operator=(std::initializer_list< Element > values) -> StaticVector & | xentara::utils::core::StaticVector< Element, kCapacity > | |
operator==(const StaticVector &rhs) const noexcept -> bool | xentara::utils::core::StaticVector< Element, kCapacity > | |
operator[](size_type index) const noexcept -> const_reference | xentara::utils::core::StaticVector< Element, kCapacity > | |
operator[](size_type index) noexcept -> reference | xentara::utils::core::StaticVector< Element, kCapacity > | |
pointer typedef | xentara::utils::core::StaticVector< Element, kCapacity > | |
pop_back() -> void | xentara::utils::core::StaticVector< Element, kCapacity > | |
push_back(const Element &value) -> void | xentara::utils::core::StaticVector< Element, kCapacity > | |
push_back(Element &&value) -> void | xentara::utils::core::StaticVector< Element, kCapacity > | |
rbegin() noexcept -> reverse_iterator | xentara::utils::core::StaticVector< Element, kCapacity > | |
rbegin() const noexcept -> const_reverse_iterator | xentara::utils::core::StaticVector< Element, kCapacity > | |
reference typedef | xentara::utils::core::StaticVector< Element, kCapacity > | |
rend() noexcept -> reverse_iterator | xentara::utils::core::StaticVector< Element, kCapacity > | |
rend() const noexcept -> const_reverse_iterator | xentara::utils::core::StaticVector< Element, kCapacity > | |
resize(size_type newSize) -> void | xentara::utils::core::StaticVector< Element, kCapacity > | |
resize(size_type newSize, const value_type &fillValue) -> void | xentara::utils::core::StaticVector< Element, kCapacity > | |
reverse_iterator typedef | xentara::utils::core::StaticVector< Element, kCapacity > | |
size() const noexcept -> size_type | xentara::utils::core::StaticVector< Element, kCapacity > | |
size_type typedef | xentara::utils::core::StaticVector< Element, kCapacity > | |
StaticVector() noexcept=default | xentara::utils::core::StaticVector< Element, kCapacity > | |
StaticVector(size_type size) | xentara::utils::core::StaticVector< Element, kCapacity > | explicit |
StaticVector(size_type size, const Element &value) | xentara::utils::core::StaticVector< Element, kCapacity > | |
StaticVector(InputIterator first, InputIterator last) | xentara::utils::core::StaticVector< Element, kCapacity > | |
StaticVector(std::initializer_list< Element > values) | xentara::utils::core::StaticVector< Element, kCapacity > | |
StaticVector(const StaticVector &other) | xentara::utils::core::StaticVector< Element, kCapacity > | |
StaticVector(StaticVector &&other) noexcept(std::is_nothrow_move_constructible_v< Element >) | xentara::utils::core::StaticVector< Element, kCapacity > | |
swap(StaticVector &other) noexcept(std::is_nothrow_swappable_v< Element > &&std::is_nothrow_move_constructible_v< Element > &&std::is_nothrow_destructible_v< Element >) -> void | xentara::utils::core::StaticVector< Element, kCapacity > | |
swap | xentara::utils::core::StaticVector< Element, kCapacity > | friend |
value_type typedef | xentara::utils::core::StaticVector< Element, kCapacity > | |