Searched defs:linked_ptr (Results 1 – 1 of 1) sorted by relevance
146 template <typename U> linked_ptr(linked_ptr<U> const& ptr) { copy(&ptr); } in linked_ptr() function147 linked_ptr(linked_ptr const& ptr) { // NOLINT in linked_ptr() function