chsvlib
chsv helper source code

◆ raw_delete_t() [1/2]

raw_delete_t ( const raw_delete_t< U > &  )

Constructs a new deleter object from another specialization of the template. Since the class is empty, the constructor has no special effects other than an ability to transfer the deleter between different compound objects.

Template Parameters
Uis a type of a value of pointers managed by the right deleter. The type must be implicitly convertible to element_type.