RawSpeed
fast raw decoding library
Loading...
Searching...
No Matches
rawspeed-identify.cpp File Reference
#include "RawSpeed-API.h"
#include "adt/Array1DRef.h"
#include "adt/Array2DRef.h"
#include <cstddef>
#include <cstdint>
#include <cstdio>
#include <memory>
#include <string>
#include <sys/stat.h>
#include <vector>
Include dependency graph for rawspeed-identify.cpp:

Go to the source code of this file.

Classes

class  FileReader
class  RawParser
class  RawspeedException

Namespaces

namespace  rawspeed
namespace  rawspeed::identify
namespace  rawspeed::identify::anonymous_namespace{rawspeed-identify.cpp}

Functions

std::string rawspeed::identify::anonymous_namespace{rawspeed-identify.cpp}::find_cameras_xml (const char *argv0)
int main (int argc_, char *argv_[])
template<typename Ttgt, typename Tsrc>
requires (((std::is_integral_v<Tsrc> || std::is_floating_point_v<Tsrc>) && (std::is_integral_v<Ttgt> || std::is_floating_point_v<Ttgt>)) && !std::is_same_v<Tsrc, Ttgt>)
constexpr RAWSPEED_READNONE Ttgt implicit_cast (Tsrc value)

Function Documentation

◆ implicit_cast()

template<typename Ttgt, typename Tsrc>
requires (((std::is_integral_v<Tsrc> || std::is_floating_point_v<Tsrc>) && (std::is_integral_v<Ttgt> || std::is_floating_point_v<Ttgt>)) && !std::is_same_v<Tsrc, Ttgt>)
RAWSPEED_READNONE Ttgt rawspeed::implicit_cast ( Tsrc value)
constexpr

◆ main()