MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / halfFunction

Method halfFunction

src/Imath/halfFunction.h:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81#ifndef IMATH_HAVE_LARGE_STACK
82 ~halfFunction () { delete[] _lut; }
83 halfFunction (const halfFunction&) = delete;
84 halfFunction& operator= (const halfFunction&) = delete;
85 halfFunction (halfFunction&&) = delete;
86 halfFunction& operator= (halfFunction&&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected