MCPcopy Create free account
hub / github.com/AlexInLog/ReactivePlusPlus / value_with_mutex

Method value_with_mutex

src/rpp/rpp/utils/utils.hpp:262–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260 {
261 public:
262 value_with_mutex() = default;
263
264 explicit value_with_mutex(const T& v)
265 : m_value{v}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected