#include <dotnetstl/dotnetstl.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | stlsoft |
| namespace | stlsoft::dotnetstl_project |
Defines | |
| #define | DOTNETSTL_VER_DOTNETSTL_CONVERSION_HPP_CHECK_CAST_MAJOR 1 |
| #define | DOTNETSTL_VER_DOTNETSTL_CONVERSION_HPP_CHECK_CAST_MINOR 0 |
| #define | DOTNETSTL_VER_DOTNETSTL_CONVERSION_HPP_CHECK_CAST_REVISION 1 |
| #define | DOTNETSTL_VER_DOTNETSTL_CONVERSION_HPP_CHECK_CAST_EDIT 4 |
Functions | |
| template<typename TO, typename FROM> | |
| TO | check_cast (FROM from) |
| A cast operator function that performs runtime verification on the cast instance in debug builds. | |
1.5.6