RawSpeed
fast raw decoding library
Loading...
Searching...
No Matches
Range.h File Reference
#include "rawspeedconfig.h"
#include <algorithm>
#include <cassert>
#include <iterator>
#include <type_traits>
#include <utility>
Include dependency graph for Range.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rawspeed::Range< T >

Namespaces

namespace  rawspeed

Functions

template<typename T>
bool rawspeed::operator< (const Range< T > &lhs, const Range< T > &rhs)
template<typename Tr, typename Tv>
constexpr bool RAWSPEED_READNONE rawspeed::RangeContains (const Tr &r, Tv pos)
template<typename T>
constexpr bool RAWSPEED_READNONE rawspeed::RangesOverlap (const T &lhs, const T &rhs)