Searched refs:volume_dimension (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/units/example/ |
D | non_base_dimension.cpp | 45 base_unit<imperial_gallon_tag, volume_dimension, 1> { }; 49 typedef unit<volume_dimension,imperial> imperial_gallon; 51 struct us_gallon_tag : base_unit<us_gallon_tag, volume_dimension, 2> { }; 55 typedef unit<volume_dimension,us> us_gallon;
|
/third_party/boost/libs/units/test/ |
D | test_header.hpp | 64 typedef derived_dimension<length_base_dimension,3>::type volume_dimension; typedef 84 typedef unit<volume_dimension,system> volume;
|
D | test_output.cpp | 94 typedef boost::units::reduce_unit<boost::units::unit<boost::units::volume_dimension, my_system> >::…
|
/third_party/boost/boost/units/physical_dimensions/ |
D | volume.hpp | 22 typedef derived_dimension<length_base_dimension,3>::type volume_dimension; typedef
|
/third_party/boost/boost/units/systems/cgs/ |
D | volume.hpp | 23 typedef unit<volume_dimension,cgs::system> volume;
|
/third_party/boost/boost/units/systems/si/ |
D | volume.hpp | 23 typedef unit<volume_dimension,si::system> volume;
|