MCPcopy Create free account
hub / github.com/clMathLibraries/clFFT / Variant

Method Variant

src/library/fft_binary_lookup.cpp:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179FFTBinaryLookup::Variant::Variant()
180 : m_kind((VariantKind)0), m_size(0), m_data(0)
181{
182}
183
184FFTBinaryLookup::Variant::Variant(VariantKind kind, char * data, size_t size)
185 : m_kind(kind), m_size(size)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected