Home
last modified time | relevance | path

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

/dports/science/py-pymol/pymol-open-source-2.4.0/include/pymol/
H A Dmemory.h64 copyable_ptr(copyable_ptr&& other) : copyable_ptr(other.release()) {} in copyable_ptr() function
72 copyable_ptr(const copyable_ptr &other) : copyable_ptr(other.copy_ptr()) {} in copyable_ptr() function