We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74233c3 commit b0d0dcbCopy full SHA for b0d0dcb
cpp/patterns.cpp
@@ -130,6 +130,10 @@ class Synchronized_encapsulated_value
130
class with only public accessor and [mutator](https://en.wikipedia.org/wiki/Mutator_method) intrfaces
131
132
Classes by default are private. This class doesn't contain public members.
133
+
134
+ See also:
135
+ - [Boost synchronized values](https://www.boost.org/doc/libs/release/doc/html/thread/sds.html#thread.sds.synchronized_valuesxxx)
136
+ - [boost/thread/synchronized_value.hpp](https://github.com/boostorg/thread/blob/HEAD/include/boost/thread/synchronized_value.hpp)
137
*/
138
: public Setter_interface<ValueType>,
139
public Getter_interface<ValueType>,
0 commit comments