nil::crypto3::algebra::is_field< T > Struct Template Reference

#include <type_traits.hpp>

+ Collaboration diagram for nil::crypto3::algebra::is_field< T >:

Public Types

typedef T type
 

Static Public Attributes

static const bool value
 

Member Typedef Documentation

◆ type

template<typename T >
typedef T nil::crypto3::algebra::is_field< T >::type

Member Data Documentation

◆ value

template<typename T >
const bool nil::crypto3::algebra::is_field< T >::value
static
Initial value:
=
has_type_value_type<T>::value && has_static_member_data_value_bits<T, const std::size_t>::value &&
has_type_integral_type<T>::value &&
has_static_member_data_modulus_bits<T, const std::size_t>::value &&
has_type_modular_type<T>::value && has_static_member_data_arity<T, const std::size_t>::value

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