Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

bitset.h File Reference

bitset.h File Reference

Go to the source code of this file.

Data Structures

class  bitset_exception
 Exception base for bitset. More...
class  bitset_nullptr
 Bitset nullptr exception. More...
class  ibitset
 The base class for etl::bitset. More...
class  ibitset::bit_reference
 The reference type returned. More...
class  bitset< MAXN >
 The class emulates an array of bool elements, but optimized for space allocation. More...

Namespaces

namespace  etl
 

A multimap with the capacity defined at compile time.


Functions

template<const size_t MAXN>
bitset< MAXN > operator& (const bitset< MAXN > &lhs, const bitset< MAXN > &rhs)
 operator &
template<const size_t MAXN>
bitset< MAXN > operator| (const bitset< MAXN > &lhs, const bitset< MAXN > &rhs)
 operator |
template<const size_t MAXN>
bitset< MAXN > operator^ (const bitset< MAXN > &lhs, const bitset< MAXN > &rhs)
 operator ^
template<const size_t MAXN>
bool operator!= (const bitset< MAXN > &lhs, const bitset< MAXN > &rhs)
 operator !=
template<const size_t MAXN>
void swap (etl::bitset< MAXN > &lhs, etl::bitset< MAXN > &rhs)
 swap

Detailed Description

Definition in file bitset.h.


Function Documentation

void swap ( etl::bitset< MAXN > &  lhs,
etl::bitset< MAXN > &  rhs 
)

swap

Definition at line 1001 of file bitset.h.