#include <stlsoft/stlsoft.h>
Go to the source code of this file.
Namespaces | |
| namespace | stlsoft |
Classes | |
| class | explicit_cast |
| This class is used to provide explicit casting operators. More... | |
| class | explicit_cast< T & > |
| Being able to cast to non-const references does not work, since the compilers will refuse to apply such to a temporary. More... | |
| class | explicit_cast< T * > |
| Not sure I really like this one, and reserve the right to remove it but for now it stays. More... | |
1.5.6