Home
last modified time | relevance | path

Searched defs:map_view (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/taihe/runtime/include/taihe/
Dmap.hpp33 struct map_view { struct
35 using item_t = std::pair<K const, V>;
37 void reserve(std::size_t cap) const in reserve()
58 std::size_t size() const noexcept in size()
63 bool empty() const noexcept in empty()
68 std::size_t capacity() const noexcept in capacity()
73 void clear() const in clear()
86 std::pair<item_t *, bool> emplace(as_param_t<K> key, Args &&...args) const in emplace()
118 item_t *find_item(as_param_t<K> key) const in find_item()
132 V *find(as_param_t<K> key) const in find()
[all …]