Home | History | Annotate | Download | only in ts

Lines Matching refs:make_linked_ptr

9244 // Doing e.g. make_linked_ptr(new FooBarBaz<type>(arg)) is a shorter notation
9247 linked_ptr<T> make_linked_ptr(T* ptr) {