GCC Middle and Back End API Reference
poly_coeff_pair_traits< T1, T2 > Struct Template Reference

#include <poly-int.h>

Static Public Attributes

static const bool lossless_p
 
static const int result_kind
 

Detailed Description

template<typename T1, typename T2>
struct poly_coeff_pair_traits< T1, T2 >
Information about a pair of coefficient types.   

Field Documentation

◆ lossless_p

template<typename T1 , typename T2 >
const bool poly_coeff_pair_traits< T1, T2 >::lossless_p
static
Initial value:
: (poly_coeff_traits<T1>::signedness == 1
&& poly_coeff_traits<T2>::signedness == 0
&& (poly_coeff_traits<T1>::precision
> poly_coeff_traits<T2>::precision)))
T * ggc_alloc(ALONE_CXX_MEM_STAT_INFO)
Definition ggc.h:184
Definition poly-int.h:66

◆ result_kind

template<typename T1 , typename T2 >
const int poly_coeff_pair_traits< T1, T2 >::result_kind
static
Initial value:
? 0
? 1 : 2)
#define RANK(X)
Definition poly-int.h:156

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