Clingo
Loading...
Searching...
No Matches
CppClingo::Util::interval_set< T >::right_bound Struct Reference

A right bound of an interval. More...

#include <interval_set.hh>

Public Member Functions

constexpr right_bound (value_type bound, bool inclusive)
 Construct the bound.
 
 right_bound (left_bound const &x)
 Construct the bound from a left bound.
 

Public Attributes

value_type bound
 The value of the bound.
 
bool inclusive
 Whether the bound is open (!inclusive) or closed (inclusive).
 

Detailed Description

template<class T>
struct CppClingo::Util::interval_set< T >::right_bound

A right bound of an interval.


The documentation for this struct was generated from the following file: