Struct xlifepp::DisallowConversion#

struct DisallowConversion

Collaboration diagram for xlifepp::DisallowConversion:

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

Implementation of the ConversionPolicy used by SmartPtr Does not allow implicit conversion from SmartPtr to the pointee type You can initialize a DisallowConversion with an AllowConversion.