InitPolicy
Fully qualified name: carb::InitPolicy
Defined in carb/IObject.h
- 
enum class carb::InitPolicy
 
Policy directing how the smart pointer is initialized from from raw pointer. 
Values:
- 
enumerator eBorrow
 
Increases reference count. 
- 
enumerator eSteal
 
Assign the pointer without increasing the reference count.