Searched defs:ContainerHandle (Results 1 – 1 of 1) sorted by relevance
129 struct ContainerHandle { struct134 ContainerHandle() {} in ContainerHandle() argument137 ContainerHandle(Args... args) in ContainerHandle() function140 /*implicit*/ ContainerHandle(container_type* c) : handle(c) {} in ContainerHandle() argument142 /*implicit*/ ContainerHandle(std::unique_ptr<container_type> c) in ContainerHandle() argument145 void set_leaf(leaf_type* leaf) { in set_leaf()173 const ContainerHandle& operator[](size_t idx) const { argument193 const ContainerHandle& at(const Key& lookup_key) const { in at() argument203 const ContainerHandle& at(const KeyInt& lookup_key) const { in at() argument207 const ContainerHandle& at(const KeyStr& lookup_key) const { in at() argument[all …]