Struct xlifepp::DontPropagateConst#

template<class T>
struct DontPropagateConst

Collaboration diagram for xlifepp::DontPropagateConst:

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

Don’t propagate constness of pointed or referred object.

Note

These policy classes are used in SmartPtr to define how const is propagated from the pointee.