RawSpeed
fast raw decoding library
Loading...
Searching...
No Matches
Optional.h File Reference
#include "rawspeedconfig.h"
#include "adt/Invariant.h"
#include <concepts>
#include <optional>
Include dependency graph for Optional.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rawspeed::Optional< T >

Namespaces

namespace  rawspeed

Functions

template<typename T, typename U>
bool rawspeed::operator== (const Optional< T > &lhs, const U &rhs)
template<typename T, typename U>
bool rawspeed::operator== (const Optional< T > &lhs, const Optional< U > &rhs)