chsvlib
chsv helper source code

◆ release()

mutex_type* release ( )
noexcept

Returns a pointer to the underlying shared_mutex object in its current state, or null if no mutex is associated with the shared_lock object, and leaves the object with no associated mutex.

Returns
other A pointer to the underlying shared_mutex, or NULL, if there is no associated shared_mutex.