C(++)ECCO
C++ Error Control COding: a header-only library for ECC simulations and experiments, modeling complete coding systems across arbitrary finite fields and complex inter-field relationships - Christian Senger <senger@inue.uni-stuttgart.de>
Loading...
Searching...
No Matches
CECCO::details::LutHolderNoProvider< LutType, F, mode > Struct Template Reference

Holds a LUT generated by F() (no dependencies); selects compile-time or lazy storage. More...

Inheritance diagram for CECCO::details::LutHolderNoProvider< LutType, F, mode >:
Inheritance graph

Detailed Description

template<typename LutType, LutType(*)() F, LutMode mode>
struct CECCO::details::LutHolderNoProvider< LutType, F, mode >

Holds a LUT generated by F() (no dependencies); selects compile-time or lazy storage.

Template Parameters
LutTypeGenerated table type
FGenerator function pointer
modeLutMode::CompileTime or LutMode::RunTime

Used for self-contained tables (e.g. mod-p arithmetic in prime fields).

Definition at line 1197 of file fields.hpp.


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