template specialization for pTraits<label> More...
#include <src/OpenFOAM/primitives/ints/label/label.H>
template specialization for pTraits<label>
Definition at line 136 of file label.H.
Public Types | |
enum | { dim = 3, rank = 0, nComponents = 1 } |
typedef label | cmptType |
Component type.
| |
Public Member Functions | |
pTraits (const label l) | |
Construct from label.
| |
pTraits (Istream &) | |
Construct from Istream.
| |
operator label () const | |
operator label & () | |
Static Public Attributes | |
static const char *const | typeName = "label" |
static const char * | componentNames [] = { "x" } |
static const label | zero = 0 |
static const label | one = 1 |
static const label | min = labelMin |
static const label | max = labelMax |
const char * componentNames = { "x" } [static]
|