nil::crypto3::detail::is_curve_group< T > Struct Template Reference

#include <type_traits.hpp>

+ Collaboration diagram for nil::crypto3::detail::is_curve_group< T >:

Public Types

typedef T type
 
typedef T type
 

Static Public Attributes

static const bool value
 

Member Typedef Documentation

◆ type [1/2]

template<typename T >
typedef T nil::crypto3::detail::is_curve_group< T >::type

◆ type [2/2]

template<typename T >
typedef T nil::crypto3::detail::is_curve_group< T >::type

Member Data Documentation

◆ value

template<typename T >
static const bool nil::crypto3::detail::is_curve_group< T >::value
static
Initial value:
= has_value_type<T>::value && has_underlying_field_type<T>::value &&
has_value_bits<T>::value && has_curve_type<T>::value

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