Loading [MathJax]/extensions/TeX/AMSsymbols.js
 
CGAL 6.1 - STL Extensions for CGAL
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
Loading...
Searching...
No Matches
BaseWithTimeStamp Concept Reference

Definition

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.

Has models
CGAL::Base_with_time_stamp
See also
CGAL::Compact_container
CGAL::Concurrent_compact_container

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 &)
 

Member Typedef Documentation

◆ Has_timestamp

Tag type to indicate that the class has a time stamp.

Must be CGAL::Tag_true.