DGtal 1.3.0
Loading...
Searching...
No Matches
Public Types
DGtal::ArithmeticConversionTraits< __gmp_expr< GMPL1, GMPL2 >, __gmp_expr< GMPR1, GMPR2 > > Struct Template Reference

Specialization when both operands are BigInteger. More...

#include <DGtal/kernel/ArithmeticConversionTraits.h>

Public Types

using type = BigInteger
 

Detailed Description

template<typename GMPL1, typename GMPL2, typename GMPR1, typename GMPR2>
struct DGtal::ArithmeticConversionTraits< __gmp_expr< GMPL1, GMPL2 >, __gmp_expr< GMPR1, GMPR2 > >

Specialization when both operands are BigInteger.

Warning
result type if set to BigInteger instead of the possible more complex __gmp_expr.
See also
ArithmeticConversionTraits

Definition at line 227 of file ArithmeticConversionTraits.h.

Member Typedef Documentation

◆ type

template<typename GMPL1 , typename GMPL2 , typename GMPR1 , typename GMPR2 >
using DGtal::ArithmeticConversionTraits< __gmp_expr< GMPL1, GMPL2 >, __gmp_expr< GMPR1, GMPR2 > >::type = BigInteger

Definition at line 229 of file ArithmeticConversionTraits.h.


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