cxxomfort  rel.20210622
Simple backports for C++ - http://ryan.gulix.cl/fossil.cgi/cxxomfort/
Classes | Namespaces
07-type_traits.hpp File Reference

Classes

struct  type_identity< T >
 
struct  integral_constant< Integral, I >
 
struct  bool_constant< B >
 bool_constant More...
 
struct  false_type
 true_type More...
 
struct  true_type
 false_type More...
 
struct  remove_const< T >
 remove_const More...
 
struct  remove_volatile< T >
 remove_volatile More...
 
struct  remove_cv< T >
 remove_cv More...
 

Namespaces

 cxxomfort
 Namespace of the cxxomfort library.
 

Detailed Description

This is an implementation of type traits, starting with those made available in TR1 (:2007) and some cxxomfort additions, not directly used by cxxomfort but made available for TR1 compatibility layers.

This file should end up included only in one of two conditions: