Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2013. The current version is 1.91.0.
| T | is type that is a model of Assignable |
| t | is an object of type T |
| u | is an object of type T or possibly const T |
| Name | Expression | Return type | Semantics |
|---|---|---|---|
| Assignment | t = u | T& | t is equivalent to u |
| Copyright © 2000 | Jeremy Siek, Univ.of Notre Dame (jsiek@lsc.nd.edu) |