Searched refs:sequential_type (Results 1 – 2 of 2) sorted by relevance
45 using sequential_type = std::list<pair_type>; variable46 using iterator = typename sequential_type::iterator;47 using const_iterator = typename sequential_type::const_iterator;48 using reverse_iterator = typename sequential_type::reverse_iterator;49 using const_reverse_iterator = typename sequential_type::const_reverse_iterator;51 using value_type = typename sequential_type::value_type;52 using size_type = typename sequential_type::size_type;77 explicit OrderedMap(const sequential_type &other) { in OrderedMap()205 sequential_type sequential_data_;217 using sequential_type = std::list<pair_type>; variable[all …]
38 using sequential_type = std::list<element_type>; variable40 using iterator = typename sequential_type::iterator;41 using const_iterator = typename sequential_type::const_iterator;42 using reverse_iterator = typename sequential_type::reverse_iterator;43 using const_reverse_iterator = typename sequential_type::const_reverse_iterator;60 explicit OrderedSet(const sequential_type &other) { in OrderedSet()186 void update(const sequential_type &other) { in update()242 void difference_update(const sequential_type &other) { in difference_update()294 sequential_type ordered_data_;304 using sequential_type = std::list<element_type>; variable[all …]