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

Boolean operation: AND. More...

#include <TypeTraits.h>

List of all members.

Static Public Attributes

static const bool Value = (T1::Value && T2::Value)

Detailed Description

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

Boolean operation: AND.

Parameters:
[in]T1First class
[in]T2Second class
Remarks:
The value of Value will contain the result of (T1::Value && T2::Value)

Member Data Documentation

template<typename T1 , typename T2 >
const bool PLCore::BooleanAnd< T1, T2 >::Value = (T1::Value && T2::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