GCC Middle and Back End API Reference
poly_int_traits< poly_int< N, C > > Struct Template Reference

#include <poly-int.h>

Public Types

typedef C coeff_type
 
typedef poly_coeff_traits< C >::int_type int_type
 

Static Public Attributes

static const bool is_poly = true
 
static const unsigned int num_coeffs = N
 

Member Typedef Documentation

◆ coeff_type

template<unsigned int N, typename C >
typedef C poly_int_traits< poly_int< N, C > >::coeff_type

◆ int_type

template<unsigned int N, typename C >
typedef poly_coeff_traits<C>::int_type poly_int_traits< poly_int< N, C > >::int_type

Field Documentation

◆ is_poly

template<unsigned int N, typename C >
const bool poly_int_traits< poly_int< N, C > >::is_poly = true
static

◆ num_coeffs

template<unsigned int N, typename C >
const unsigned int poly_int_traits< poly_int< N, C > >::num_coeffs = N
static

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