const_cast_<> is a PolymorphicFunctionObject for const-casting a parameter to a cv qualification.  
 More...
#include <xpressive_fwd.hpp>
template<typename T>
struct boost::xpressive::op::const_cast_< T >
const_cast_<> is a PolymorphicFunctionObject for const-casting a parameter to a cv qualification. 
- Template Parameters
 - 
  
    | T | The type to which to const-cast the parameter.  | 
  
   
 
template<typename T > 
template<typename Value > 
 
- Parameters
 - 
  
    | val | The value to const-cast.  | 
  
   
- Precondition
 - Types 
T and Value differ only in cv-qualification.  
- Returns
 const_cast<T>(val) 
References T, and boost::xpressive::val().
 
 
The documentation for this struct was generated from the following file: