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

#include <type_traits.hpp>

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

Member Data Documentation

◆ value

template<typename T >
const bool nil::crypto3::algebra::is_curve_group< T >::value
static
Initial value:
= has_type_value_type<T>::value && has_type_field_type<T>::value &&
has_static_member_data_value_bits<T, const std::size_t>::value &&
has_type_curve_type<T>::value

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