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

A left bound of an interval. More...

#include <interval_set.hh>

Public Member Functions

constexpr left_bound (value_type bound, bool inclusive)
 Construct the bound.
 
 left_bound (right_bound const &x)
 Construct the bound from a right 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 >::left_bound

A left bound of an interval.


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