Developer documentation

texp_strip_qualifiers.hpp File Reference

Go to the source code of this file.

Classes

struct  mmx::texp::ptr< X >
 return T = Y * from X = Y or X = Y * More...
 
struct  mmx::texp::ptr< X * >
 
struct  mmx::texp::ptr< X *const >
 
struct  mmx::texp::uptr< X >
 return T = Y from X = Y or X = Y * More...
 
struct  mmx::texp::uptr< X * >
 
struct  mmx::texp::ref< X >
 return T = Y & from X = Y or X = Y & More...
 
struct  mmx::texp::ref< X & >
 
struct  mmx::texp::uref< X >
 return T = Y from X = Y or X = Y & More...
 
struct  mmx::texp::uref< X & >
 
struct  mmx::texp::cst< X >
 return T = const Y from X = Y or X = const Y More...
 
struct  mmx::texp::cst< const X >
 
struct  mmx::texp::ucst< X >
 return T = Y from X = Y or X = const Y More...
 
struct  mmx::texp::ucst< const X >
 
struct  mmx::texp::ucstref< X >
 return T = Y from X = const Y, Y, Y &, const Y & More...
 

Namespaces

 mmx
 
 mmx::texp
 
Home