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:

◆ result_kind

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

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