Metall  v0.28
A persistent memory allocator for data-centric analytics
metall::json::array< Alloc > Member List

This is the complete list of members for metall::json::array< Alloc >, including all inherited members.

allocator_type typedefmetall::json::array< Alloc >
array()=defaultmetall::json::array< Alloc >
array(const allocator_type &alloc)metall::json::array< Alloc >inlineexplicit
array(const array &)=defaultmetall::json::array< Alloc >
array(const array &other, const allocator_type &alloc)metall::json::array< Alloc >inline
array(array &&) noexcept=defaultmetall::json::array< Alloc >
array(array &&other, const allocator_type &alloc) noexceptmetall::json::array< Alloc >inline
begin()metall::json::array< Alloc >inline
begin() constmetall::json::array< Alloc >inline
capacity() const noexceptmetall::json::array< Alloc >inline
clear()metall::json::array< Alloc >inline
const_iterator typedefmetall::json::array< Alloc >
const_reference typedefmetall::json::array< Alloc >
end()metall::json::array< Alloc >inline
end() constmetall::json::array< Alloc >inline
erase(iterator position)metall::json::array< Alloc >inline
erase(const_iterator position)metall::json::array< Alloc >inline
get_allocator() const noexceptmetall::json::array< Alloc >inline
iterator typedefmetall::json::array< Alloc >
operator!=(const array &lhs, const array &rhs) noexceptmetall::json::array< Alloc >friend
operator=(const array &)=defaultmetall::json::array< Alloc >
operator=(array &&) noexcept=defaultmetall::json::array< Alloc >
operator==(const array &lhs, const array &rhs) noexceptmetall::json::array< Alloc >friend
operator[](const std::size_t index)metall::json::array< Alloc >inline
operator[](const std::size_t index) constmetall::json::array< Alloc >inline
push_back(const value_type &value)metall::json::array< Alloc >inline
push_back(value_type &&value)metall::json::array< Alloc >inline
reference typedefmetall::json::array< Alloc >
resize(const std::size_t size)metall::json::array< Alloc >inline
size() const noexceptmetall::json::array< Alloc >inline
swap(array &other) noexceptmetall::json::array< Alloc >inline
value_type typedefmetall::json::array< Alloc >