CGAL 6.1 - STL Extensions for CGAL
|
The concept BaseWithTimeStamp
describes the functionalities an object must provide so that its timestamp is updated by a CGAL::Compact_container
or a CGAL::Concurrent_compact_container
.
CGAL::Base_with_time_stamp
Public Types | |
using | Has_timestamp = CGAL::Tag_true |
Tag type to indicate that the class has a time stamp. | |
Access Functions | |
Member functions to read and set the time stamp. | |
std::size_t | time_stamp () const |
void | set_time_stamp (const std::size_t &) |
Tag type to indicate that the class has a time stamp.
Must be CGAL::Tag_true
.