ReactOS 0.4.15-dev-8058-ga7cbb60
boost_type_traits.h File Reference
#include <boost/config.hpp>
#include <boost/type_traits/is_integral.hpp>
#include <boost/type_traits/is_float.hpp>
#include <boost/type_traits/has_trivial_constructor.hpp>
#include <boost/type_traits/has_trivial_copy.hpp>
#include <boost/type_traits/has_trivial_assign.hpp>
#include <boost/type_traits/has_trivial_destructor.hpp>
#include <boost/type_traits/is_pod.hpp>
#include <boost/type_traits/is_pointer.hpp>
#include <boost/type_traits/is_reference.hpp>
#include <boost/type_traits/remove_cv.hpp>
#include <boost/type_traits/is_same.hpp>
Include dependency graph for boost_type_traits.h:

Go to the source code of this file.

Classes

struct  _IsRef< _Tp >
 
struct  _IsPtr< _Tp >
 
struct  _IsIntegral< _Tp >
 
struct  _IsRational< _Tp >
 
struct  __type_traits< _Tp >
 
struct  _TrivialCopy< _Tp1, _Tp2 >
 
struct  _TrivialUCopy< _Tp1, _Tp2 >
 
struct  _DefaultZeroValue< _Tp >
 
struct  _TrivialInit< _Tp >