Searched defs:btree_container (Results 1 – 2 of 2) sorted by relevance
74 btree_container() : tree_(key_compare(), allocator_type()) {} in btree_container() function78 explicit btree_container(const allocator_type &alloc) in btree_container() function81 btree_container(const btree_container &other) in btree_container() function85 btree_container(const btree_container &other, const allocator_type &alloc) in btree_container() function90 btree_container(btree_container &&other, const allocator_type &alloc) in btree_container() function
69 btree_container() : tree_(key_compare(), allocator_type()) {} in btree_container() function73 explicit btree_container(const allocator_type &alloc) in btree_container() function76 btree_container(const btree_container &other) in btree_container() function80 btree_container(const btree_container &other, const allocator_type &alloc) in btree_container() function85 btree_container(btree_container &&other, const allocator_type &alloc) in btree_container() function