19 #if !defined(CPPPARSER) && !defined(__APPLE__)
20 #include <type_traits>
22 static_assert(std::is_literal_type<DoubleBitMaskNative>::value,
"DoubleBitMaskNative is not a literal type");
23 static_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.