winss
Classes | Namespaces | Functions
not_owning_ptr.hpp File Reference
#include <stdexcept>
Include dependency graph for not_owning_ptr.hpp:
This graph shows which files directly or indirectly include this file:

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...