Struct xlifepp::NoCheck#

template<class P>
struct NoCheck

Collaboration diagram for xlifepp::NoCheck:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "1" [label="xlifepp::NoCheck< P >" tooltip="xlifepp::NoCheck< P >" fillcolor="#BFBFBF"] }

Implementation of the CheckingPolicy used by SmartPtr Well, it’s clear what it does :o)

Public Functions

inline NoCheck()#

default constructor

template<class P1>
inline NoCheck(const NoCheck<P1>&)#

copy constructor