Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Header <boost/test/tools/detail/bitwise_manip.hpp>

Bitwise comparison manipulator implementation.

namespace boost {
  namespace test_tools {
    struct bitwise;
    int operator<<(unit_test::lazy_ostream const &, bitwise);
  }
}

PrevUpHomeNext