This header-file is part of module ALib Lang of the ALib C++ Library.
© 2013-2025 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file bitset.inl.
Go to the source code of this file.
Namespaces | |
namespace | alib |
namespace | alib::lang |
Typedefs | |
template<int TEnd, int TBegin = 0, typename TInterface = int> | |
using | alib::BitSet = lang::TBitSet<int, TEnd, TBegin> |
Type alias in namespace alib. | |
Functions | |
template<typename TInterface, TInterface TEnd, TInterface TBegin> | |
ALIB_EXPORT constexpr alib::lang::TBitSet< TInterface, TEnd, TBegin > | alib::lang::operator& (const alib::lang::TBitSet< TInterface, TEnd, TBegin > &lhs, const alib::lang::TBitSet< TInterface, TEnd, TBegin > &rhs) noexcept |
template<typename TInterface, TInterface TEnd, TInterface TBegin> | |
ALIB_EXPORT constexpr alib::lang::TBitSet< TInterface, TEnd, TBegin > | alib::lang::operator^ (const alib::lang::TBitSet< TInterface, TEnd, TBegin > &lhs, const alib::lang::TBitSet< TInterface, TEnd, TBegin > &rhs) noexcept |
template<typename TInterface, TInterface TEnd, TInterface TBegin> | |
ALIB_EXPORT constexpr alib::lang::TBitSet< TInterface, TEnd, TBegin > | alib::lang::operator| (const alib::lang::TBitSet< TInterface, TEnd, TBegin > &lhs, const alib::lang::TBitSet< TInterface, TEnd, TBegin > &rhs) noexcept |