Zivid C++ API 2.13.1+18e79e79-1
Range.h File Reference
#include "Zivid/Detail/CoreExport.h"
#include <chrono>
#include <sstream>
#include <stdexcept>

Go to the source code of this file.

Classes

class  Zivid::Range< T >
 Class describing a range of values for a given type T. More...
 

Namespaces

namespace  Zivid
 The main Zivid namespace. All Zivid code is found here.
 

Functions

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