Namespaces | |
namespace | code |
Classes | |
struct | code::BitsPrint< T > |
A class that aggregates any value of type T with sizeof( T ) <= 4. More... | |
Functions | |
template<class T> | |
std::ostream & | code::operator<< (std::ostream &os, const BitsPrint< T > &bp) |
Print the bit-wise expansion of value to an ostream. |