Class documentation of Concepts

Loading...
Searching...
No Matches
sharedPointer_std.hh File Reference
#include <memory>

Go to the source code of this file.

Classes

struct  concepts::null_deleter
 
class  concepts::RCP< T >
 

Namespaces

namespace  concepts
 

Functions

template<class T >
RCP< T > concepts::makeRCP (T *x)
 
template<class T >
RCP< T > concepts::makeRCP_weak (T *x)
 
template<class T >
RCP< const T > concepts::makecRCP_weak (T *x)