Skip to content

RCDeleter

#include <sbio/util/rc.hh>
template<typename D, typename T>
concept RCDeleter

Defined in src/lib/sbio/util/rc.hh:77

Concept determining a valid RC Deleter.

A Deleter must be callable with the pointer to T (to be freed) as the argument.

  • D The Deleter type.

  • T The type the Deleter must be able to free.