chunkedseq
container library for large in-memory data sets
|
[trivial] More...
#include <algebra.hpp>
Public Types | |
using | value_type = struct{} |
Static Public Member Functions | |
static value_type | identity () |
static value_type | combine (value_type, value_type) |
static value_type | inverse (value_type) |
Static Public Attributes | |
static constexpr bool | has_inverse = true |
Trivial algebraic group whose sole element is a zero-byte structure
Definition at line 32 of file algebra.hpp.
using pasl::data::algebra::trivial::value_type = struct { } |
Definition at line 35 of file algebra.hpp.
|
inlinestatic |
Definition at line 43 of file algebra.hpp.
|
inlinestatic |
Definition at line 39 of file algebra.hpp.
|
inlinestatic |
Definition at line 47 of file algebra.hpp.
|
static |
Definition at line 37 of file algebra.hpp.