PixelLightAPI
.
|
Boolean operation: AND. More...
#include <TypeTraits.h>
Static Public Attributes | |
static const bool | Value = (T1::Value && T2::Value) |
Boolean operation: AND.
[in] | T1 | First class |
[in] | T2 | Second class |
const bool PLCore::BooleanAnd< T1, T2 >::Value = (T1::Value && T2::Value) [static] |
|