|
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>
|
Tag base for the CRTP-protection idiom. More...
#include <fields.hpp>

Protected Member Functions | |
| Base ()=default | |
Tag base for the CRTP-protection idiom.
Inherited by every CECCO field type so that the templated CECCO::operator+ and friends (which dispatch on CECCO::FieldType) cannot accidentally match unrelated operands like int + int. The protected constructor blocks direct instantiation.
Definition at line 181 of file fields.hpp.
|
protecteddefault |