Public Types | |
typedef bool | cmptType |
Component type. More... | |
Public Member Functions | |
pTraits (const bool &) | |
Construct from primitive. More... | |
pTraits (Istream &) | |
Construct from Istream. More... | |
operator bool () const | |
Access to the bool value. More... | |
operator bool & () | |
Access to the bool value. More... | |
Static Public Attributes | |
static const direction | dim = 3 |
Dimensionality of space. More... | |
static const direction | rank = 0 |
Rank of bool is 0. More... | |
static const direction | nComponents = 1 |
Number of components in bool is 1. More... | |
static const char *const | typeName = "bool" |
static const char *const | componentNames [] = { "" } |
static const bool | zero = false |
static const bool | one = true |
|
static |