Template struct that wraps an htslib pointer and reference counts it and then destroys with destroyFun when it goes truly out of scope
ctor that respects scope
dtor that respects scope
postblit that respects scope
allow SafeHtslibPtr to be used as underlying ptr type
get underlying data pointer
take ownership of underlying data pointer
initialized?
data pointer
reference counting
See Implementation
Template struct that wraps an htslib pointer and reference counts it and then destroys with destroyFun when it goes truly out of scope