|
Zserio C++17 runtime library
0.5.0
Built for Zserio 2.17.0
|
Go to the source code of this file.
Namespaces | |
| zserio | |
| zserio::builtin | |
Functions | |
| template<typename BITMASK1 , typename BITMASK2 > | |
| bool | zserio::builtin::isSet (BITMASK1 bitmaskValue, BITMASK2 requiredMask) |
| uint8_t | zserio::builtin::numBits (uint64_t numValues) |
| template<typename T , std::enable_if_t< std::is_enum_v< T >, int > = 0> | |
| constexpr auto | zserio::builtin::valueOf (T value) |