ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
bitset.hpp File Reference

Description:

This header-file is part of module ALib Lang of the ALib C++ Framework.

Copyright 2013-2026 A-Worx GmbH, Germany. Published under License.

Definition in file bitset.hpp.

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

Go to the source code of this file.

Classes

class  alib::lang::TBitSet< TInterface, TEnd, TBegin >::Reference< TBitSetCM >
class  alib::lang::TBitSet< TInterface, TEnd, TBegin >::TBidiIterator< TBitSetCM, isReverse >
class  alib::lang::TBitSet< TInterface, TEnd, TBegin >

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