MCPcopy Create free account
hub / github.com/darktable-org/rawspeed / MetaHelper

Function MetaHelper

test/librawspeed/test/ExceptionsTest.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51#define FMT "%s"
52
53template <typename T> static void* MetaHelper(const char* str) {
54 ADD_FAILURE() << "non-specialzer was called";
55 return nullptr;
56}
57
58template <> void* MetaHelper<RawspeedException>(const char* str) {
59 ThrowRSE(FMT, str);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected