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