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

#include <type_traits.hpp>

+ Collaboration diagram for nil::crypto3::algebra::is_curve< 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_curve< T >::type

Member Data Documentation

◆ value

template<typename T >
const bool nil::crypto3::algebra::is_curve< T >::value
static
Initial value:
= has_type_base_field_type<T>::value && has_type_scalar_field_type<T>::value &&
has_type_g1_type<T>::value && has_type_g2_type<T>::value &&
has_type_gt_type<T>::value

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