Rolly Radar core library
  1. Namespaces
  2. Classes

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

Contents

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

Constructors, destructors, conversion operators

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

Public functions

auto operator*() →  T const&
auto operator->() →  T const*
auto operator=(rwlock_read_guard const&) →  rwlock_read_guard& deleted
auto operator=(rwlock_read_guard&&) →  rwlock_read_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