OpenTTD Source  13.2.1
strong_typedef_type.hpp File Reference

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...
 

Detailed Description

Type (helpers) for making a strong typedef that is a distinct type.

Definition in file strong_typedef_type.hpp.