|
Adobe Source Libraries 2.0.0
A collection of C++ libraries.
|
Classes | |
| class | promote< T > |
| A struct for compile-time type promotion. More... | |
Functions | |
| template<typename lht, typename rht> | |
| lht | explicit_cast (const rht &rhs) |
| template<typename T> | |
| T & | remove_const (const T &x) |
| lht explicit_cast | ( | const rht & | rhs | ) |
| rhs | The object to be cast to type lhs |
lht into one of type rht.Definition at line 37 of file conversion.hpp.
| T & remove_const | ( | const T & | x | ) |
| x | The const variable from which constness is to be removed. |
x.Definition at line 70 of file conversion.hpp.