|
| template<const size_t N> |
| bitset< N > | etl::operator& (const bitset< N > &lhs, const bitset< N > &rhs) |
| |
| template<const size_t N> |
| bitset< N > | etl::operator| (const bitset< N > &lhs, const bitset< N > &rhs) |
| |
| template<const size_t N> |
| bitset< N > | etl::operator^ (const bitset< N > &lhs, const bitset< N > &rhs) |
| |
| template<const size_t N> |
| bool | etl::operator!= (const bitset< N > &lhs, const bitset< N > &rhs) |
| |
Similar to std::bitset but without requiring std::string.
template<const size_t N>
| bool etl::operator!= |
( |
const bitset< N > & |
lhs, |
|
|
const bitset< N > & |
rhs |
|
) |
| |
template<const size_t N>
| bitset<N> etl::operator& |
( |
const bitset< N > & |
lhs, |
|
|
const bitset< N > & |
rhs |
|
) |
| |
template<const size_t N>
| bitset<N> etl::operator^ |
( |
const bitset< N > & |
lhs, |
|
|
const bitset< N > & |
rhs |
|
) |
| |
template<const size_t N>
| bitset<N> etl::operator| |
( |
const bitset< N > & |
lhs, |
|
|
const bitset< N > & |
rhs |
|
) |
| |