Lattice Land Core Library
Loading...
Searching...
No Matches
interval.hpp File Reference

Go to the source code of this file.

Classes

class  lala::Interval< U >
 

Namespaces

namespace  lala
 

Functions

template<class L , class K >
CUDA constexpr auto lala::join (const Interval< L > &a, const Interval< K > &b)
 
template<class L , class K >
CUDA constexpr auto lala::meet (const Interval< L > &a, const Interval< K > &b)
 
template<class L , class K >
CUDA constexpr bool lala::operator< (const Interval< L > &a, const Interval< K > &b)
 
template<class L , class K >
CUDA constexpr bool lala::operator> (const Interval< L > &a, const Interval< K > &b)
 
template<class L , class K >
CUDA constexpr bool lala::operator== (const Interval< L > &a, const Interval< K > &b)
 
template<class L >
std::ostream & lala::operator<< (std::ostream &s, const Interval< L > &itv)