Rolly Radar core library
  1. Namespaces
  2. Classes

#include <rll/concurrency/rwlock_guard.h>
template <typename T>
rll::rwlock_write_guard class

Contents

  • Reference
    • Constructors, destructors, conversion operators
    • Public functions

Constructors, destructors, conversion operators

rwlock_write_guard(std::shared_mutex& mutex, T& ref)
rwlock_write_guard(std::unique_lock<std::shared_mutex>&& lock, T& ref)
rwlock_write_guard(rwlock_write_guard const&) deleted
rwlock_write_guard(rwlock_write_guard&&) deleted
~rwlock_write_guard() defaulted

Public functions

auto operator*() →  T&
auto operator->() →  T*
auto operator=(rwlock_write_guard const&) →  rwlock_write_guard& deleted
auto operator=(rwlock_write_guard&&) →  rwlock_write_guard& deleted
Tab / T to search, Esc to close
…

Search for symbols, directories, files, pages or modules. You can omit any prefix from the symbol or file path; adding a : or / suffix lists all members of given symbol or directory.

Use ↓ / ↑ to navigate through the list, Enter to go. Tab autocompletes common prefix, you can copy a link to the result using ⌘ L while ⌘ M produces a Markdown link.

Sorry, nothing was found.
    GitHub • Report an issue • License • Doxygen tagfile

    Site generated using Poxy