|
opynsim
Unofficial C++ Documentation
|
#include <copy_on_upd_shared_value.h>
Public Types | |
| using | pointer = T * |
| using | const_pointer = const T * |
| using | const_reference = const T & |
Friends | |
| struct | std::hash< CopyOnUpdSharedValue > |
| void | swap (CopyOnUpdSharedValue &a, CopyOnUpdSharedValue &b) noexcept |
| template<typename U > | |
| bool | operator== (const CopyOnUpdSharedValue &lhs, const CopyOnUpdSharedValue< U > &rhs) |
| template<typename U > | |
| auto | operator<=> (const CopyOnUpdSharedValue &lhs, const CopyOnUpdSharedValue< U > &rhs) |
| template<typename U , typename... Args> | |
| CopyOnUpdSharedValue< U > | make_cowv (Args &&...) |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |