KTL
ktl::trivial_vector< T, Alloc > Member List

This is the complete list of members for ktl::trivial_vector< T, Alloc >, including all inherited members.

at(size_t index) const noexceptktl::trivial_vector< T, Alloc >inline
begin() noexceptktl::trivial_vector< T, Alloc >inline
begin() const noexceptktl::trivial_vector< T, Alloc >inline
capacity() const noexceptktl::trivial_vector< T, Alloc >inline
clear() noexceptktl::trivial_vector< T, Alloc >inline
const_iterator typedefktl::trivial_vector< T, Alloc >
const_reverse_iterator typedefktl::trivial_vector< T, Alloc >
data() noexceptktl::trivial_vector< T, Alloc >inline
data() const noexceptktl::trivial_vector< T, Alloc >inline
emplace(const_iterator iter, Args &&... args) noexceptktl::trivial_vector< T, Alloc >inline
emplace_back(Args &&... args) noexceptktl::trivial_vector< T, Alloc >inline
empty() const noexceptktl::trivial_vector< T, Alloc >inline
end() noexceptktl::trivial_vector< T, Alloc >inline
end() const noexceptktl::trivial_vector< T, Alloc >inline
erase(const_iterator iter) noexceptktl::trivial_vector< T, Alloc >inline
erase(const_iterator first, const_iterator last) noexceptktl::trivial_vector< T, Alloc >inline
iterator typedefktl::trivial_vector< T, Alloc >
operator=(const trivial_vector &other) noexceptktl::trivial_vector< T, Alloc >inline
operator=(trivial_vector &&other) noexceptktl::trivial_vector< T, Alloc >inline
operator[](size_t index) noexceptktl::trivial_vector< T, Alloc >inline
operator[](size_t index) const noexceptktl::trivial_vector< T, Alloc >inline
pop_back() noexceptktl::trivial_vector< T, Alloc >inline
push_back(const T &element) noexceptktl::trivial_vector< T, Alloc >inline
push_back(T &&element) noexceptktl::trivial_vector< T, Alloc >inline
push_back(const T *first, const T *last) noexceptktl::trivial_vector< T, Alloc >inline
rbegin() noexceptktl::trivial_vector< T, Alloc >inline
rbegin() const noexceptktl::trivial_vector< T, Alloc >inline
rend() noexceptktl::trivial_vector< T, Alloc >inline
rend() const noexceptktl::trivial_vector< T, Alloc >inline
reserve(size_t n) noexceptktl::trivial_vector< T, Alloc >inline
resize(size_t n) noexceptktl::trivial_vector< T, Alloc >inline
reverse_iterator typedefktl::trivial_vector< T, Alloc >
size() const noexceptktl::trivial_vector< T, Alloc >inline
trivial_vector() noexceptktl::trivial_vector< T, Alloc >inline
trivial_vector(const Alloc &allocator) noexceptktl::trivial_vector< T, Alloc >inlineexplicit
trivial_vector(size_t n, const Alloc &allocator=Alloc())ktl::trivial_vector< T, Alloc >inlineexplicit
trivial_vector(size_t n, const T &value, const Alloc &allocator=Alloc())ktl::trivial_vector< T, Alloc >inlineexplicit
trivial_vector(std::initializer_list< T > initializer, const Alloc &allocator=Alloc())ktl::trivial_vector< T, Alloc >inline
trivial_vector(const T *first, const T *last, const Alloc &allocator=Alloc())ktl::trivial_vector< T, Alloc >inlineexplicit
trivial_vector(const trivial_vector &other) noexceptktl::trivial_vector< T, Alloc >inline
trivial_vector(trivial_vector &&other) noexceptktl::trivial_vector< T, Alloc >inline
trivial_vector(const trivial_vector &other, const Alloc &allocator) noexceptktl::trivial_vector< T, Alloc >inline
trivial_vector(trivial_vector &&other, const Alloc &allocator) noexceptktl::trivial_vector< T, Alloc >inline
~trivial_vector() noexceptktl::trivial_vector< T, Alloc >inline