winss
|
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | winss::NotOwningPtr< T > |
A container for pointers where the lifetime should be owned by the caller. More... | |
Namespaces | |
winss | |
Functions | |
template<class T > | |
NotOwningPtr< T > | winss::NotOwned (T *p) |
Helper method to make it easier to create a not owned pointer. More... | |