6 #include "throwing/shared_ptr.hpp" 7 #include "throwing/unique_ptr.hpp" 9 int main(
int,
char **) {
void reset(pointer ptr=pointer()) TSP_NOEXCEPT
Replaces the managed object.
unique_ptr that manages a single object
Wrapper aroung std::shared_ptr that throws when a wrapped null pointer is dereferenced.
Implementations of throwing::shared_ptr, throwing::unique_ptr and related.
void reset() TSP_NOEXCEPT
Releases the ownership of the managed object, if any.