#include <Bitmask.h>
|
| using | allow_bitops = _allow_bitops |
| |
| template<class T , class R = T> |
| using | t = typename std::enable_if< std::is_enum< T >::value &&enum_traits< T >::allow_bitops, R >::type |
| |
| template<class T > |
| using | u = typename std::underlying_type< T >::type |
| |
◆ allow_bitops
| using enum_traits< void >::allow_bitops = _allow_bitops |
template<class T , class R = T>
template<class T >
| using enum_traits< void >::u = typename std::underlying_type<T>::type |
The documentation for this struct was generated from the following file:
- FreeCAD/src/Base/Bitmask.h