|
constexpr auto | operator= (const Reference &other) -> Reference & |
|
| operator value_type () const |
|
template<typename T > |
auto | operator= (T t) -> Reference & |
|
constexpr auto | operator+= (const Value &rhs) -> Reference< Ref, Value > & |
|
constexpr auto | operator-= (const Value &rhs) -> Reference< Ref, Value > & |
|
constexpr auto | operator*= (const Value &rhs) -> Reference< Ref, Value > & |
|
constexpr auto | operator/= (const Value &rhs) -> Reference< Ref, Value > & |
|
constexpr auto | operator%= (const Value &rhs) -> Reference< Ref, Value > & |
|
constexpr auto | operator<<= (const Value &rhs) -> Reference< Ref, Value > & |
|
constexpr auto | operator>>= (const Value &rhs) -> Reference< Ref, Value > & |
|
constexpr auto | operator&= (const Value &rhs) -> Reference< Ref, Value > & |
|
constexpr auto | operator|= (const Value &rhs) -> Reference< Ref, Value > & |
|
constexpr auto | operator^= (const Value &rhs) -> Reference< Ref, Value > & |
|
constexpr auto | operator++ () -> Reference< Ref, Value > & |
|
constexpr auto | operator++ (int) -> Value |
|
constexpr auto | operator-- () -> Reference< Ref, Value > & |
|
constexpr auto | operator-- (int) -> Value |
|
template<typename Mutex = std::mutex>
template<typename Ref, typename Value>
struct llama::accessor::Locked< Mutex >::Reference< Ref, Value >
Definition at line 132 of file Accessors.hpp.