sigx++ 2.0.1
|
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 | |
namespace | sigx |
Functions | |
template<typename T , typename T_src > | |
T | sigx::volatile_cast (T_src &tsrc) |