sigx++  2.0.1
Data Structures | Namespaces | Functions
volatile_trait.h File Reference

Go to the source code of this file.

Data Structures

struct  sigx::volatile_trait< T_type >
 Traits for adding/removing the volatile qualifier from a type. More...
 
struct  sigx::volatile_trait< volatile T_type >
 Specialization for volatile types. More...
 
struct  sigx::volatile_trait< T_type & >
 Specialization for references to non-volatile types. More...
 
struct  sigx::volatile_trait< volatile T_type & >
 Specialization for references to volatile types. More...
 

Namespaces

 sigx
 

Functions

template<typename T , typename T_src >
sigx::volatile_cast (T_src &tsrc)