Typedef TRAP::Scope#

Typedef Documentation#

template<typename T>
using TRAP::Scope = std::unique_ptr<T>#

Wrapper for std::unique_ptr. Related to memory management which is still in planing.