RawSpeed
fast raw decoding library
Loading...
Searching...
No Matches
AlignedAllocator.h File Reference
#include "adt/Invariant.h"
#include "common/Common.h"
#include "common/RawspeedException.h"
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <cstdlib>
#include <memory>
#include <new>
#include <type_traits>
Include dependency graph for AlignedAllocator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rawspeed::AlignedAllocator< T, alignment >
struct  rawspeed::AlignedAllocator< T, alignment >::rebind< U >

Namespaces

namespace  rawspeed

Functions

template<class T1, int A1, class T2, int A2>
bool rawspeed::operator== (const AlignedAllocator< T1, A1 > &, const AlignedAllocator< T2, A2 > &)
template<class T1, int A1, class T2, int A2>
bool rawspeed::operator!= (const AlignedAllocator< T1, A1 > &, const AlignedAllocator< T2, A2 > &)