libyuni
Public Member Functions | List of all members
Yuni::SmartPtr< T, OwspP, ChckP, ConvP, StorP, ConsP >::AutomaticConversion Struct Referencefinal

Empty class to allow if (mySmartPtr) ... More...

#include <smartptr.h>

Public Member Functions

void operator delete (void *)
 Disabling the delete operator.
 

Detailed Description

template<class T, template< class > class OwspP = Policy::Ownership::ReferenceCountedMT, template< class > class ChckP = Policy::Checking::None, class ConvP = Policy::Conversion::Allow, template< class > class StorP = Policy::Storage::Pointer, template< class > class ConsP = Policy::Constness::DontPropagateConst>
struct Yuni::SmartPtr< T, OwspP, ChckP, ConvP, StorP, ConsP >::AutomaticConversion

Empty class to allow if (mySmartPtr) ...


The documentation for this struct was generated from the following file: