op_traits< uint8_t >
op_traits< uint8_t >
Section titled “op_traits< uint8_t >”#include <op_traits.hh>struct op_traits< uint8_t >Defined in src/lib/ncarray/op_traits.hh:396
Inherits:
BaseOpTraits< uint8_t >
List of all members
Section titled “List of all members”| Name | Kind | Owner |
|---|---|---|
sum_type |
typedef |
Declared here |
diff_type |
typedef |
Declared here |
neg |
function |
Inherited from BaseOpTraits |
inc |
function |
Inherited from BaseOpTraits |
dec |
function |
Inherited from BaseOpTraits |
greater |
function |
Inherited from BaseOpTraits |
ge |
function |
Inherited from BaseOpTraits |
less |
function |
Inherited from BaseOpTraits |
le |
function |
Inherited from BaseOpTraits |
lowest |
function |
Inherited from BaseOpTraits |
max |
function |
Inherited from BaseOpTraits |
cast |
function |
Inherited from BaseOpTraits |
land |
function |
Inherited from BaseOpTraits |
lor |
function |
Inherited from BaseOpTraits |
isfinite |
function |
Inherited from BaseOpTraits |
mod |
function |
Inherited from BaseOpTraits |
value_type |
typedef |
Inherited from BaseOpTraits |
sum_type |
typedef |
Inherited from BaseOpTraits |
diff_type |
typedef |
Inherited from BaseOpTraits |
truediv_type |
typedef |
Inherited from BaseOpTraits |
Inherited from BaseOpTraits
Section titled “Inherited from BaseOpTraits”| Kind | Name | Description |
|---|---|---|
function |
neg static inline |
|
function |
inc static inline |
|
function |
dec static inline |
|
function |
greater static inline |
|
function |
ge static inline |
|
function |
less static inline |
|
function |
le static inline |
|
function |
lowest static inline |
|
function |
max static inline |
|
function |
cast static inline |
|
function |
land static inline |
|
function |
lor static inline |
|
function |
isfinite static inline |
|
function |
mod static inline |
|
typedef |
value_type |
|
typedef |
sum_type |
|
typedef |
diff_type |
|
typedef |
truediv_type |
Public Types
Section titled “Public Types”| Name | Description |
|---|---|
sum_type |
|
diff_type |
sum_type
Section titled “sum_type”using sum_type = uint64_tDefined in src/lib/ncarray/op_traits.hh:397
diff_type
Section titled “diff_type”using diff_type = int64_tDefined in src/lib/ncarray/op_traits.hh:399