Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

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

namespace boost {
  namespace units {
    namespace information {
      static const hu::nat::info nat;
      static const hu::nat::info nats;
      namespace hu {
        namespace nat {
          typedef unit< information_dimension, make_system< nat_base_unit >::type > info;
        }
      }
    }
  }
}

PrevUpHomeNext