This header file is part of module ALib Enums of the ALib C++ Library.
© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file bitwise_iterable_conversion.hpp.
#include "alib/enums/iterable.hpp"#include "alib/lang/bits.hpp"#include "alib/lang/callerinfo_functions.hpp"#include "alib/lang/callerinfo_methods.hpp"Go to the source code of this file.
Namespaces | |
| namespace | alib |
| namespace | alib::enums |
| namespace | alib::enums::bitwise |
Functions | |
| template<typename TEnum > | |
| constexpr TEnum | ToBitwiseEnumeration (typename std::underlying_type< TEnum >::type number) |
| template<typename TEnum > | |
| static constexpr std::underlying_type< TEnum >::type | ToSequentialEnumeration (TEnum element) |