CGAL 5.1 - Algebraic Foundations
FromIntConstructible Class Reference

#include <Concepts/FromIntConstructible.h>

Definition

A model of the concept FromIntConstructible is required to be constructible from int.

Has Models:

int

long

double

Creation

 FromIntConstructible (int &i)
 

Constructor & Destructor Documentation

◆ FromIntConstructible()

FromIntConstructible::FromIntConstructible ( int &  i)