Construct jss::rcu_obj_base
with a default-constructed
Deleter
.
rcu_obj_base();
Deleter
is DefaultConstructible
Constructs a jss::rcu_obj_base
instance. Default-construct the internal stored_deleter
object.
Any exception thrown by the constructor of Deleter
.
None.
#include <jss/rcu.hpp>