This header-file is part of the module ALib EnumOps of the ALib C++ Framework.
Copyright 2013-2026 A-Worx GmbH, Germany. Published under License.
Definition in file bitwise_iterable_conversion.hpp.
Go to the source code of this file.
Namespaces | |
| namespace | alib |
| namespace | alib::enumops |
| namespace | alib::enumops::bitwise |
Functions | |
| template<typename TEnum> | |
| constexpr TEnum | alib::enumops::bitwise::ToBitwiseEnumeration (typename std::underlying_type< TEnum >::type number) |
| template<typename TEnum> | |
| constexpr std::underlying_type< TEnum >::type | alib::enumops::bitwise::ToSequentialEnumeration (TEnum element) |