PixelLightAPI  .
Static Public Attributes
PLCore::IsEqual< T1, T2 > Struct Template Reference

Check if two types are equal. More...

#include <TypeTraits.h>

List of all members.

Static Public Attributes

static const bool Value = false

Detailed Description

template<typename T1, typename T2>
struct PLCore::IsEqual< T1, T2 >

Check if two types are equal.

Parameters:
[in]T1First type
[in]T2Second type
Remarks:
If (From) and (To) are equal, the value of Value is 'true', else 'false'

Member Data Documentation

template<typename T1 , typename T2 >
const bool PLCore::IsEqual< T1, T2 >::Value = false [static]

The documentation for this struct was generated from the following file:


PixelLight PixelLight 0.9.10-R1
Copyright (C) 2002-2011 by The PixelLight Team
Last modified Fri Dec 23 2011 15:51:12
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported