|
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>
|
Detect whether T is an Iso and expose its components. More...
#include <field_concepts_traits.hpp>

Public Types | |
| using | main_type = void |
Static Public Attributes | |
| static constexpr bool | is_iso = false |
Detect whether T is an Iso and expose its components.
| T | Any type |
Primary template: is_iso = false, main_type = void. The specialization for Iso<MAIN, OTHERS...> (below) sets is_iso = true, main_type = MAIN, and packages OTHERS... into others_tuple.
Definition at line 660 of file field_concepts_traits.hpp.
| using CECCO::details::iso_info< T >::main_type = void |
Definition at line 662 of file field_concepts_traits.hpp.
|
staticconstexpr |
Definition at line 661 of file field_concepts_traits.hpp.