19#if !defined(CPPPARSER) && !defined(__APPLE__)
22static_assert(std::is_literal_type<DoubleBitMaskNative>::value,
"DoubleBitMaskNative is not a literal type");
23static_assert(std::is_literal_type<QuadBitMaskNative>::value,
"QuadBitMaskNative is not a literal type");
This is a special BitMask type that is implemented as a pair of lesser BitMask types,...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.