This namespace contains a few template classes for helping work out class type variations. More...
Classes | |
struct | ParameterType |
The ParameterType struct is used to find the best type to use when passing some kind of object as a parameter. More... | |
struct | SmallestFloatType |
These templates are designed to take a type, and if it's a double, they return a double type; for anything else, they return a float type. More... | |
struct | UnsignedTypeWithSize |
These templates are designed to take an integer type, and return an unsigned int version with the same size. More... | |
This namespace contains a few template classes for helping work out class type variations.