CGAL 6.1 - Algebraic Foundations
Loading...
Searching...
No Matches
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)