Item 9: Prefer alias declarations to typedefs
E1750906
UNEXPLORED
"Item 9: Prefer alias declarations to typedefs" is a guideline from Scott Meyers' book *Effective Modern C++* that advises C++ developers to favor using alias declarations (`using`) over traditional `typedef` for clearer and more flexible type definitions.
All labels observed (1)
| Label | Occurrences |
|---|---|
| Item 9: Prefer alias declarations to typedefs canonical | 1 |
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.