Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
CompleteGroup Struct Reference
Inheritance diagram for CompleteGroup:
[legend]
Collaboration diagram for CompleteGroup:
[legend]

Public Attributes

DynList< intl1 = range<int>(0, N - 1)
 
DynSetTree< intl2 = range<int>(0, N - 1)
 
DynArray< string > l3
 
DynSkipList< intl4 = range<int>(0, N - 1)
 

Static Public Attributes

static constexpr size_t N = 5
 

Detailed Description

Definition at line 59 of file ah-zip.cc.

Member Data Documentation

◆ l1

DynList<int> CompleteGroup::l1 = range<int>(0, N - 1)

Definition at line 62 of file ah-zip.cc.

◆ l2

DynSetTree<int> CompleteGroup::l2 = range<int>(0, N - 1)

Definition at line 63 of file ah-zip.cc.

◆ l3

DynArray<string> CompleteGroup::l3
Initial value:
=
range<int>(0, N - 1).maps<string>([] (auto i) { return to_string(i); })
Aleph::DynList< __T > maps(Operation &op) const
Map the elements of the container.
Definition ah-dry.H:904
std::string to_string(const time_t t, const std::string &format)
Format a time_t value into a string using format.
Definition ah-date.H:140
DynList< T > maps(const C &c, Op op)
Classic map operation.
static constexpr size_t N
Definition ah-zip.cc:61

Definition at line 64 of file ah-zip.cc.

◆ l4

DynSkipList<int> CompleteGroup::l4 = range<int>(0, N - 1)

Definition at line 66 of file ah-zip.cc.

◆ N

constexpr size_t CompleteGroup::N = 5
staticconstexpr

Definition at line 61 of file ah-zip.cc.


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