File indexing completed on 2025-01-30 10:01:46
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010 #ifndef BOOST_UNITS_SYSTEMS_INFORMATION_HARTLEY_HPP_INCLUDED
0011 #define BOOST_UNITS_SYSTEMS_INFORMATION_HARTLEY_HPP_INCLUDED
0012
0013 #include <boost/units/systems/information/byte.hpp>
0014 #include <boost/units/base_units/information/hartley.hpp>
0015
0016 namespace boost {
0017 namespace units {
0018 namespace information {
0019
0020 namespace hu {
0021 namespace hartley {
0022 typedef unit<information_dimension, make_system<hartley_base_unit>::type> info;
0023 }
0024 }
0025
0026 BOOST_UNITS_STATIC_CONSTANT(hartley, hu::hartley::info);
0027 BOOST_UNITS_STATIC_CONSTANT(hartleys, hu::hartley::info);
0028
0029 }
0030 }
0031 }
0032
0033 #endif