ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
bitwise_iterable_conversion.inl File Reference

Description:

This header-file is part of the module ALib EnumOps of the ALib C++ Library.

© 2013-2025 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file bitwise_iterable_conversion.inl.

Include dependency graph for bitwise_iterable_conversion.inl:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  alib
 
namespace  alib::enumops
 
namespace  alib::enumops::bitwise
 

Functions

template<typename TEnum>
requires alib::enumops::IsBitwise<TEnum>
constexpr TEnum alib::enumops::bitwise::ToBitwiseEnumeration (typename std::underlying_type< TEnum >::type number)
 
template<typename TEnum>
requires alib::enumops::IsBitwise<TEnum>
constexpr std::underlying_type< TEnum >::type alib::enumops::bitwise::ToSequentialEnumeration (TEnum element)