mirror of https://github.com/CGAL/cgal
Add value accessor methods
This commit is contained in:
parent
5abbb3c4de
commit
d2d30c5f00
|
|
@ -86,6 +86,9 @@ namespace CGAL {
|
|||
return result;
|
||||
}
|
||||
|
||||
Value &value() { return m_value; }
|
||||
const Value &value() const { return m_value; }
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue