|
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>
|
Standard signed integers or InfInt for arbitrary precision.
More...
#include <field_concepts_traits.hpp>
Standard signed integers or InfInt for arbitrary precision.
| T | Candidate type |
Satisfied by any type with std::is_integral_v<T> && std::is_signed_v<T> (i.e. int, long, long long, …) and by InfInt. Used by CECCO::Rationals so callers can trade speed for unbounded precision in numerator and denominator.
Definition at line 166 of file field_concepts_traits.hpp.