|
RawSpeed
fast raw decoding library
|
#include "rawspeedconfig.h"#include <algorithm>#include <cassert>#include <iterator>#include <type_traits>#include <utility>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) |