Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

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

namespace boost {
  namespace units {
    namespace information {
      static const hu::shannon::info shannon;
      static const hu::shannon::info shannons;
      namespace hu {
        namespace shannon {
          typedef unit< information_dimension, make_system< shannon_base_unit >::type > info;
        }
      }
    }
  }
}

PrevUpHomeNext