lsst.sphgeom  21.0.0-1-g8760c09+3ec9fa6d59
Classes | Functions
RangeSet.h File Reference

This file provides a type for representing integer sets. More...

#include <cstddef>
#include <cstdint>
#include <initializer_list>
#include <iosfwd>
#include <iterator>
#include <tuple>
#include <type_traits>
#include <vector>

Go to the source code of this file.

Classes

class  lsst::sphgeom::RangeSet
 
struct  lsst::sphgeom::RangeSet::Iterator
 

Functions

void lsst::sphgeom::swap (RangeSet &a, RangeSet &b)
 
std::ostream & lsst::sphgeom::operator<< (std::ostream &, RangeSet const &)
 

Detailed Description

This file provides a type for representing integer sets.