43 struct PointerTrait<std::unique_ptr<T>> : TrueType
    46     static void* Deref(std::unique_ptr<StoredType>& unique)
    53 struct PointerTrait<std::unique_ptr<const T>> : TrueType
    56     static void* Deref(std::unique_ptr<const StoredType>& unique)
    58         return const_cast<StoredType*
>(unique.get());
 Contains almost all Coherent namespaces, classes and functions. 
Definition: DataStorage.h:38