All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TypeTraits.h File Reference

Header file for all type traits. More...

#include <blaze/util/typetraits/AddConst.h>
#include <blaze/util/typetraits/AddCV.h>
#include <blaze/util/typetraits/AddPointer.h>
#include <blaze/util/typetraits/AddReference.h>
#include <blaze/util/typetraits/AddVolatile.h>
#include <blaze/util/typetraits/Extent.h>
#include <blaze/util/typetraits/HasSize.h>
#include <blaze/util/typetraits/HaveSameSize.h>
#include <blaze/util/typetraits/IsArithmetic.h>
#include <blaze/util/typetraits/IsArray.h>
#include <blaze/util/typetraits/IsBaseOf.h>
#include <blaze/util/typetraits/IsBoolean.h>
#include <blaze/util/typetraits/IsBuiltin.h>
#include <blaze/util/typetraits/IsCharacter.h>
#include <blaze/util/typetraits/IsClass.h>
#include <blaze/util/typetraits/IsComplex.h>
#include <blaze/util/typetraits/IsConst.h>
#include <blaze/util/typetraits/IsConvertible.h>
#include <blaze/util/typetraits/IsDouble.h>
#include <blaze/util/typetraits/IsEmpty.h>
#include <blaze/util/typetraits/IsFloat.h>
#include <blaze/util/typetraits/IsFloatingPoint.h>
#include <blaze/util/typetraits/IsInteger.h>
#include <blaze/util/typetraits/IsIntegral.h>
#include <blaze/util/typetraits/IsLong.h>
#include <blaze/util/typetraits/IsLongDouble.h>
#include <blaze/util/typetraits/IsNumeric.h>
#include <blaze/util/typetraits/IsObject.h>
#include <blaze/util/typetraits/IsPod.h>
#include <blaze/util/typetraits/IsPointer.h>
#include <blaze/util/typetraits/IsReference.h>
#include <blaze/util/typetraits/IsSame.h>
#include <blaze/util/typetraits/IsShort.h>
#include <blaze/util/typetraits/IsSigned.h>
#include <blaze/util/typetraits/IsUnion.h>
#include <blaze/util/typetraits/IsUnsigned.h>
#include <blaze/util/typetraits/IsVectorizable.h>
#include <blaze/util/typetraits/IsVoid.h>
#include <blaze/util/typetraits/IsVolatile.h>
#include <blaze/util/typetraits/Rank.h>
#include <blaze/util/typetraits/RemoveAllExtents.h>
#include <blaze/util/typetraits/RemoveConst.h>
#include <blaze/util/typetraits/RemoveCV.h>
#include <blaze/util/typetraits/RemoveExtent.h>
#include <blaze/util/typetraits/RemovePointer.h>
#include <blaze/util/typetraits/RemoveReference.h>
#include <blaze/util/typetraits/RemoveVolatile.h>

Go to the source code of this file.

Detailed Description

Header file for all type traits.

Copyright (C) 2011 Klaus Iglberger - All Rights Reserved

This file is part of the Blaze library. This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with a special exception for linking and compiling against the Blaze library, the so-called "runtime exception"; see the file COPYING. If not, see http://www.gnu.org/licenses/.