operators
Syntax:
#include <boost/bit_logic/bit_container.hpp>						  
bit_container & operator= < BitContainerT > ( BitContainerT const & ) ;
bit_container & operator= ( const char * bit_string ) ; 
bool operator== > BitContainerT < ( BitContainerT const & cmp_bits ) ; 

The operators() does something that you need to describe here.

For example:

some code here ; 
some more code here ; 
and probably more here ; 

This code would produce this output:

Some output of the code i just wrote.