16 #ifndef polybori_common_CCheckedIdx_h_
17 #define polybori_common_CCheckedIdx_h_
44 void handle_error()
const;
#define END_NAMESPACE_PBORI
Finish project's namespace.
Definition: pbori_defs.h:77
#define BEGIN_NAMESPACE_PBORI
Start project's namespace.
Definition: pbori_defs.h:74
This struct contains auxiliary type definitions.
Definition: pbori_defs.h:210
CCheckedIdx(idx_type idx)
Definition: CCheckedIdx.h:36
~CCheckedIdx()
Definition: CCheckedIdx.h:40
int idx_type
Type for indices.
Definition: pbori_defs.h:228
CCheckedIdx(const self &rhs)
Definition: CCheckedIdx.h:39
polybori::CTypes::idx_type idx_type
Definition: groebner_defs.h:44
#define PBORI_UNLIKELY(expression)
Definition: pbori_defs.h:59
This class defines CCheckedIdx.
Definition: CCheckedIdx.h:29