Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dunordered_map.h183 struct node_handle { struct
184 using key_type = typename data_type::value_type::first_type;
185 using mapped_type = typename data_type::value_type::second_type;
186 using value_type = data_type;
187 [[nodiscard]] bool empty() const noexcept in empty()
195 key_type& key() const in key()
199 mapped_type& mapped() const in mapped()