Unit Conversion and Dimensional Analysis Library
3.6.1
A compile-time, header-only C++23 dimensional-analysis library
Toggle main menu visibility
Loading...
Searching...
No Matches
units::merge_dimensions_impl< 0 > Struct Reference
Public Types
template<class T, class U, class... R>
using
apply
Member Typedef Documentation
◆
apply
template<class T, class U, class... R>
using
units::merge_dimensions_impl
< 0 >::apply
Initial value:
typename
merge_dimensions_combine_impl<std::ratio_add<typename T::front::exponent, typename U::front::exponent>::num
== 0>::template apply<
typename
T::pop_front,
typename
U::pop_front,
dim<typename T::front::dimension, std::ratio_add<typename T::front::exponent, typename U::front::exponent>
>,
R
...>
units::constants::R
constexpr unit< compound_conversion_factor< joules_, inverse< kelvin_ >, inverse< mols_ > > > R(8.314462618)
Gas constant.
units::dim
Definition
core.h:1097
units::merge_dimensions_combine_impl
Definition
core.h:1188
The documentation for this struct was generated from the following file:
/home/runner/work/units/units/include/units/
core.h
units
merge_dimensions_impl< 0 >
Generated by
1.17.0