Item 16: Make const member functions thread safe

E1750909 UNEXPLORED

"Item 16: Make const member functions thread safe" is a guideline from Scott Meyers' book *Effective Modern C++* that explains how to design `const` member functions in C++11 and later so they behave correctly and safely in multithreaded environments.

Try in SPARQL Jump to: Surface forms Referenced by

All labels observed (1)

Label Occurrences
Item 16: Make const member functions thread safe canonical 1

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Effective Modern C++ hasPart Item 16: Make const member functions thread safe