My Project
Static Public Member Functions
NAConverter Struct Reference

#include <PolyEnumerator.h>

Static Public Member Functions

static poly convert (const number &n)
 

Detailed Description

Definition at line 150 of file PolyEnumerator.h.

Member Function Documentation

◆ convert()

static poly NAConverter::convert ( const number &  n)
inlinestatic

Definition at line 152 of file PolyEnumerator.h.

153 {
154 // suitable for alg. ext. numbers that are just polys actually
155 return (poly)n;
156 }

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