PixelLightAPI  .
Static Public Attributes
PLCore::BooleanNot< T > Struct Template Reference

Boolean operation: NOT. More...

#include <TypeTraits.h>

List of all members.

Static Public Attributes

static const bool Value = (!T::Value)

Detailed Description

template<typename T>
struct PLCore::BooleanNot< T >

Boolean operation: NOT.

Parameters:
[in]TClass
Remarks:
The value of Value will contain the result of (!T::Value)

Member Data Documentation

template<typename T >
const bool PLCore::BooleanNot< T >::Value = (!T::Value) [static]

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


PixelLight PixelLight 0.9.11-R1
Copyright (C) 2002-2012 by The PixelLight Team
Last modified Thu Feb 23 2012 14:09:23
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported