/home/runner/work/slang/slang/include/slang/util/CopyPtr.h file

Value-copying smart pointer.

Namespaces

namespace slang
Root namespace.
namespace std
STL namespace.

Classes

template<typename T>
class slang::CopyPtr
A smart pointer that allocates its pointee on the heap and provides value copy semantics.