Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Header <boost/units/systems/information/byte.hpp>

namespace boost {
  namespace units {
    namespace information {
      typedef make_system< byte_base_unit >::type system;
      typedef unit< dimensionless_type, system > dimensionless;
      typedef hu::byte::info info;

      static const hu::byte::info byte;
      static const hu::byte::info bytes;
      namespace hu {
        namespace byte {
          typedef unit< information_dimension, system > info;
        }
      }
    }
  }
}

PrevUpHomeNext