Documentation Home

Construct jss::rcu_obj_base with a default-constructed Deleter.

rcu_obj_base();

Requires:

Deleter is DefaultConstructible

Effects:

Constructs a jss::rcu_obj_base instance. Default-construct the internal stored_deleter object.

Throws:

Any exception thrown by the constructor of Deleter.

Synchronization:

None.

Header

#include <jss/rcu.hpp>

See Also