Zivid  1.0.1+3607.8a7510c4
Zivid API
Classes | Functions
Range.h File Reference

Class describing a range of values More...

#include <sstream>

Go to the source code of this file.

Classes

class  Zivid::Range< T >
 Class describing a range of values for a given type T The range boudaries for both minimum and maximum are inclusive /summary> More...
 

Functions

template<typename T >
std::ostream & Zivid::operator<< (std::ostream &os, const Range< T > &range)
 Append the range to a stream More...
 

Detailed Description

Class describing a range of values

Function Documentation

◆ operator<<()

template<typename T >
std::ostream& Zivid::operator<< ( std::ostream &  os,
const Range< T > &  range 
)

Append the range to a stream