PandaRoot
PndFTSArraySize< x, y, z > Class Template Reference

#include <PndFTSArray.h>

Public Types

enum  {
  Size = y == 0 ? x : (z == 0 ? x * y : x * y * z), Dim = y == 0 ? 1 : (z == 0 ? 2 : 3), X = x, Y = y,
  Z = z
}
 

Detailed Description

template<unsigned int x, unsigned int y = 0, unsigned int z = 0>
class PndFTSArraySize< x, y, z >

Definition at line 635 of file PndFTSArray.h.

Member Enumeration Documentation

◆ anonymous enum

template<unsigned int x, unsigned int y = 0, unsigned int z = 0>
anonymous enum
Enumerator
Size 
Dim 

Definition at line 637 of file PndFTSArray.h.

637 { Size = y == 0 ? x : (z == 0 ? x * y : x * y * z), Dim = y == 0 ? 1 : (z == 0 ? 2 : 3), X = x, Y = y, Z = z };

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