CGAL 5.1 - Number Types
CGAL::NT_converter< NT1, NT2 > Struct Template Reference

#include <CGAL/NT_converter.h>

Definition

template<class NT1, class NT2>
struct CGAL::NT_converter< NT1, NT2 >

A number type converter usable as default, for Cartesian_converter and Homogeneous_converter.

Is Model Of:
AdaptableFunctor

Operations

NT2 operator() (const NT1 &a) const
 convert a from NT1 to NT2. More...
 

Member Function Documentation

◆ operator()()

template<class NT1 , class NT2 >
NT2 CGAL::NT_converter< NT1, NT2 >::operator() ( const NT1 &  a) const

convert a from NT1 to NT2.