|
OpenTTD Source
13.2.1
|
Go to the source code of this file.
Data Structures | |
| struct | StrongTypedefBase |
| Non-templated base for StrongTypedef for use with type trait queries. More... | |
| struct | StrongTypedef< T, Tthis > |
| Templated helper to make a type-safe 'typedef' representing a single POD value. More... | |
| struct | StrongIntegralTypedef< T, Tthis > |
| Extension of StrongTypedef with operators for addition and subtraction. More... | |
Type (helpers) for making a strong typedef that is a distinct type.
Definition in file strong_typedef_type.hpp.