TAO_AnyTypeCode
2.3.2
|
Compile-time selection of RefCount_Policy operations, etc. More...
#include <RefCount_Policy_Traits.h>
Compile-time selection of RefCount_Policy operations, etc.
No-op reference count policy traits.
This primary template is used to select RefCount_Policy operations, etc at compile-time based on the reference counting policy and type being operated on.
This partial specialization performs no-op reference counting operations on values of type TypePtr if the RefCountPolicy first argument is Null_RefCount_Policy
.