Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

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

namespace boost {
  namespace units {
    namespace information {
      static const hu::hartley::info hartley;
      static const hu::hartley::info hartleys;
      namespace hu {
        namespace hartley {
          typedef unit< information_dimension, make_system< hartley_base_unit >::type > info;
        }
      }
    }
  }
}

PrevUpHomeNext