RawSpeed
fast raw decoding library
Loading...
Searching...
No Matches
CoalescingOutputIterator.h File Reference
#include "adt/Bit.h"
#include "adt/Invariant.h"
#include "io/Endianness.h"
#include <concepts>
#include <cstddef>
#include <cstdint>
#include <iterator>
#include <type_traits>
Include dependency graph for CoalescingOutputIterator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rawspeed::CoalescingOutputIterator< UnderlyingOutputIterator, PartType, CoalescedType >
struct  rawspeed::CoalescingOutputIterator< UnderlyingOutputIterator, PartType, CoalescedType >::DummyContainerType

Namespaces

namespace  rawspeed

Functions

template<typename T>
 rawspeed::CoalescingOutputIterator (T) -> CoalescingOutputIterator< T >