Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
vector.hpp
Go to the documentation of this file.
80 std::integral_constant<bool, MemoryPolicy::use_transient_rvalues>;
vector()=default
Definition: rbtree.hpp:29
vector && take_move(std::true_type, size_type elems)
Definition: vector.hpp:346
void assoc_mut(edit_t e, size_t idx, T value)
Definition: rbtree.hpp:413
Definition: box.hpp:161
rbtree update(size_t idx, FnT &&fn) const
Definition: rbtree.hpp:398
static auto from_range(Iter first, Sent last)
Definition: rbtree.hpp:64
Definition: algorithm.hpp:15
memory_policy< default_heap_policy, default_refcount_policy > default_memory_policy
Definition: memory_policy.hpp:136
vector && update_move(std::true_type, size_type index, Fn &&fn)
Definition: vector.hpp:340
detail::rbts::rbtree_iterator< T, MemoryPolicy, B, BL > iterator
Definition: vector.hpp:93
std::reverse_iterator< iterator > reverse_iterator
Definition: vector.hpp:95
const T & get_check(size_t index) const
Definition: rbtree.hpp:373
vector && set_move(std::true_type, size_type index, value_type value)
Definition: vector.hpp:334
vector set_move(std::false_type, size_type index, value_type value)
Definition: vector.hpp:336
void take_mut(edit_t e, size_t new_size)
Definition: rbtree.hpp:455
void push_back_mut(edit_t e, T value)
Definition: rbtree.hpp:267
vector push_back_move(std::false_type, value_type value)
Definition: vector.hpp:331
Definition: flex_vector.hpp:61
void update_mut(edit_t e, size_t idx, FnT &&fn)
Definition: rbtree.hpp:391
Definition: set.hpp:61
vector take_move(std::false_type, size_type elems)
Definition: vector.hpp:348
vector update_move(std::false_type, size_type index, Fn &&fn)
Definition: vector.hpp:343
static auto from_initializer_list(std::initializer_list< U > values)
Definition: rbtree.hpp:52
vector && push_back_move(std::true_type, value_type value)
Definition: vector.hpp:329
std::integral_constant< bool, MemoryPolicy::use_transient_rvalues > move_t
Definition: vector.hpp:80
Definition: flex_vector.hpp:21