Template Class scoped¶
Defined in File scoped.hpp
Class Documentation¶
-
template<class T>
class util::scoped¶ A class for managing heap memory within a certain scope.
util::scoped number(new int(100));
Defined in File scoped.hpp
A class for managing heap memory within a certain scope.
util::scoped number(new int(100));