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

Description:

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.

Include dependency graph for bitset.inl:
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