Thanks to visit codestin.com Credit goes to github.com
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 ecabc36 commit ff42e7bCopy full SHA for ff42e7b
CppCoreGuidelines.md
@@ -13365,6 +13365,7 @@ Making `surface_readings` be `const` (with respect to this function) allow reaso
13365
13366
Immutable data can be safely and efficiently shared.
13367
No locking is needed: You can't have a data race on a constant.
13368
+See also [CP.mess: Message Passing](#SScp-messs) and [CP.31: prefer pass by value](#C#Rconc-data-by-value).
13369
13370
##### Enforcement
13371
0 commit comments