Go to the documentation of this file.
   15 #ifndef PAAL_CYCLE_CONCEPT_HPP 
   16 #define PAAL_CYCLE_CONCEPT_HPP 
   20 #include <boost/concept_check.hpp> 
   23 namespace data_structures {
 
   26 template <
typename X> 
class Cycle {
 
   28     BOOST_CONCEPT_USAGE(
Cycle) {
 
   44 #endif // PAAL_CYCLE_CONCEPT_HPP