explicit_cast Class Template Reference
[Conversion Library]
#include <stlsoft/conversion/explicit_cast.hpp>
List of all members.
Detailed Description
template<typename T>
 class stlsoft::explicit_cast< T >
This class is used to provide explicit casting operators. 
- Parameters:
- 
  
    |  | T | The underlying type of the cast |  
 
|  | 
| 
 Public Types | 
| typedef T | value_type | 
| typedef explicit_cast< T > | class_type | 
| 
 Public Member Functions | 
|  | explicit_cast (T t) | 
|  | operator value_type () const | 
The documentation for this class was generated from the following file: