TwiceAsNice  2019-02-18
Classes | Namespaces | Functions
Bitset.h File Reference
#include <iostream>
#include <bitset>
#include <string>
#include <boost/thread.hpp>
Include dependency graph for Bitset.h:

Classes

class  Nice::bitset< N >
 

Namespaces

 Nice
 

 

Functions

template<size_t N>
Nice::bitset< N > Nice::operator & (const Nice::bitset< N > &lhs, const Nice::bitset< N > &rhs)
 
template<size_t N>
Nice::bitset< N > Nice::operator| (const Nice::bitset< N > &lhs, const Nice::bitset< N > &rhs)
 
template<size_t N>
Nice::bitset< N > Nice::operator^ (const Nice::bitset< N > &lhs, const Nice::bitset< N > &rhs)
 
template<class charT , class traits , size_t N>
std::basic_istream< charT, traits > & Nice::operator>> (std::basic_istream< charT, traits > &is, Nice::bitset< N > &rhs)
 
template<class charT , class traits , size_t N>
std::basic_ostream< charT, traits > & Nice::operator<< (std::basic_ostream< charT, traits > &os, const Nice::bitset< N > &rhs)